[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 20 03:19:07 PDT 2024


labath wrote:

> I attached to clang and printed an expression. That resulted in 16801 calls to `Progress::Increment`, all of which I'm guessing translate to event broadcasts. I collected some timing numbers:

Thanks for doing this. What do these numbers include? Is it just the operation it self, or everything leading up to it as well. For example, is "expr var" just the timing of the "expr" command, or attach command as well. If the latter, then what's the baseline?

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


More information about the lldb-commits mailing list