================
@@ -251,6 +251,9 @@ class CommandObjectThreadBacktrace : public
CommandObjectIterateOverThreads {
}
}
+ thread->CalculateTarget()->GetStatistics().SetFirstBtTime(
+ thread->CalculateProcess(), *thread);
+
----------------
clayborg wrote:
What is this measuring? This will call the `SetFirstBtTime` and manually do a
backtrace? What if the backtrace has already been done via the SB API? Won't
this function go really quickly and not give us any real numbers?
https://github.com/llvm/llvm-project/pull/161604
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits