[Lldb-commits] [lldb] [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (PR #102708)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 19 10:43:17 PDT 2024


================
@@ -0,0 +1,35 @@
+// Test that the lldb command `statistics` works.
----------------
Michael137 wrote:

Not aware of anything like this off-the-top. We'd want a test that access the same `Target` from multiple threads and formats types. Maybe having some callback tied to several threads within the target which trigger a `ValueObject::GetSummaryAsCString` call. @clayborg @jimingham might have some more concrete ideas on how to do that.

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


More information about the lldb-commits mailing list