[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 10:56:58 PDT 2025


Jlalond wrote:

> I'm confused why this is "calculating" this, rather than measuring it?

I biased towards calculating because we're walking the modules and summing everything up. I have no strong preference on the phrase, but I wanted to include 'activeTime' because imagine a hypothetical of a user has a script that loads a core and loads symbols. During which they leave their computer, we want to sum all the different pieces that got us to that first Bt.

Other than that, measure or calculate I'm open to

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


More information about the lldb-commits mailing list