[Lldb-commits] [lldb] Support statistics dump summary only mode (PR #80745)
Will Hawkins via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 14:52:01 PST 2024
================
@@ -1412,4 +1412,7 @@ let Command = "trace schema" in {
let Command = "statistics dump" in {
def statistics_dump_all: Option<"all-targets", "a">, Group<1>,
Desc<"Include statistics for all targets.">;
+ def statistics_dump_summary: Option<"summary", "s">, Group<1>,
+ Desc<"Dump only high level summary statistics."
+ "Exclude targets, modules, breakpoints etc.. details.">;
----------------
hawkinsw wrote:
```suggestion
"Exclude targets, modules, breakpoints etc... details.">;
```
https://github.com/llvm/llvm-project/pull/80745
More information about the lldb-commits
mailing list