[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
Wed Aug 14 15:23:08 PDT 2024
================
@@ -0,0 +1,35 @@
+// Test that the lldb command `statistics` works.
----------------
Michael137 wrote:
All this lock-talk makes me think we should have a test that exercises accessing the summary stats map from multiple threads. That way TSAN will help us in the test-suite.
https://github.com/llvm/llvm-project/pull/102708
More information about the lldb-commits
mailing list