diff options
author | Enrico Granata <egranata@apple.com> | 2013-04-15 21:26:06 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-04-15 21:26:06 +0000 |
commit | b0270899b5a4f76dfe342d8e516d9d5eb68088dd (patch) | |
tree | 5d38728db1b66ed29baadf29d50f96badc3c18b1 /lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp | |
parent | 467bca73dda8dddf752bc365bc1c7a8381912a0f (diff) | |
download | bcm5719-llvm-b0270899b5a4f76dfe342d8e516d9d5eb68088dd.tar.gz bcm5719-llvm-b0270899b5a4f76dfe342d8e516d9d5eb68088dd.zip |
More updates to test cases
llvm-svn: 179560
Diffstat (limited to 'lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp')
-rw-r--r-- | lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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()); } |