================ @@ -408,3 +410,21 @@ llvm::json::Value DebuggerStats::ReportStatistics( return std::move(global_stats); } + +llvm::json::Value SummaryStatistics::ToJSON() const { + return json::Object{{ + {"name", GetName()}, + {"type", GetSummaryKindName()}, + {"invocationCount", GetSummaryCount()}, ---------------- clayborg wrote:
changet to `"count"`? `"invocationCount"` is not really telling us anything more that `"count"` would? Please let me know if anyone disagrees. https://github.com/llvm/llvm-project/pull/102708 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits