[Lldb-commits] [PATCH] D111686: Modify "statistics dump" to dump JSON.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 14 15:11:14 PDT 2021
clayborg updated this revision to Diff 379860.
clayborg added a comment.
Herald added a subscriber: dang.
Fixed issues identified in first review round:
- typos in comments
- create GlobalStats class to contain the global statistics
- Make sure all code is using the new StatsClock, StatsDuration, and StatsTimepoint definitions
- added a "--all-targets" option to dump options to dump stats for all targets and open further discussion
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111686/new/
https://reviews.llvm.org/D111686
Files:
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Statistics.h
lldb/include/lldb/Target/Target.h
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Commands/CommandObjectStats.cpp
lldb/source/Commands/Options.td
lldb/source/Target/CMakeLists.txt
lldb/source/Target/Process.cpp
lldb/source/Target/Statistics.cpp
lldb/source/Target/Target.cpp
lldb/test/API/commands/statistics/basic/TestStats.py
lldb/test/API/functionalities/stats_api/TestStatisticsAPI.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111686.379860.patch
Type: text/x-patch
Size: 33017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211014/42f95f6b/attachment-0001.bin>
More information about the lldb-commits
mailing list