From b0270899b5a4f76dfe342d8e516d9d5eb68088dd Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 15 Apr 2013 21:26:06 +0000 Subject: More updates to test cases llvm-svn: 179560 --- lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp') diff --git a/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp b/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp index 82cf5eed559..bb607ef06fa 100644 --- a/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp +++ b/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp @@ -91,7 +91,8 @@ public: } results_dict.AddDouble ("total-time", "Total time spent stepping.", m_time_measurements.GetMetric().GetSum()); - + results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation()); + results.Write(m_out_path.c_str()); } -- cgit v1.2.3