[Lldb-commits] [lldb] [LLDB][Stats] Calculate active time to first Bt (PR #161604)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 7 16:03:14 PDT 2025


Jlalond wrote:

> I am not sure this PR makes sense. Everything in this PR can be deduced from the data that is in the statistics. Many issues with the counting of the time as seen in inline comments and I am not sure what this will tell us that we don't already know.

I'm not sure if we can calculate the time to first Bt from the statistics, or at least I'm ignorant on how to do it. If we load symbols after the first Bt we would incorrectly calculate the module loading time that it took to get to the first bt

https://github.com/llvm/llvm-project/pull/161604


More information about the lldb-commits mailing list