[Lldb-commits] [lldb] [lldb] Track execution time of commands in statistics (PR #200817)
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 1 06:48:21 PDT 2026
Teemperor wrote:
@clayborg @jeffreytan81 FYI, this patch changes the structure of the statistics dump object, so your number of executions value would now be behind a different JSON path. You seem to track this internally, so this would require some script to be updated on your side.
In general, I would like to add a bunch more things to the current statistics tracking. Everything related to how long users have to wait for certain things is currently the biggest priority. This will require some further changes to the statistics dump layout that would require further adjustments to whatever backend aggregates these stats.
https://github.com/llvm/llvm-project/pull/200817
More information about the lldb-commits
mailing list