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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed May 29 01:27:07 PDT 2024


Michael137 wrote:

Sorry for the delayed response, just got back from vacation.

> What do these numbers include? Is it just the operation it self, or everything leading up to it as well. 
> 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.

The benchmarks include the attach command as well. E.g., `expr var` would be the time it took to attach/stop at a breakpoint in Clang and run `expr`. I'll post the baseline shortly


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


More information about the lldb-commits mailing list