diff options
Diffstat (limited to 'chrome/test/perf/shutdown_test.cc')
-rw-r--r-- | chrome/test/perf/shutdown_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/perf/shutdown_test.cc b/chrome/test/perf/shutdown_test.cc index 7cbc7b6..d97c58b 100644 --- a/chrome/test/perf/shutdown_test.cc +++ b/chrome/test/perf/shutdown_test.cc @@ -114,7 +114,8 @@ class ShutdownTest : public UIPerfTest { std::string times; for (int i = 0; i < numCycles; ++i) base::StringAppendF(×, "%.2f,", timings[i].InMillisecondsF()); - perf_test::PrintResultList(graph, "", trace, times, "ms", important); + perf_test::PrintResultList( + graph, std::string(), trace, times, "ms", important); } }; |