summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 6a14359..81db9e1 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -452,6 +452,15 @@ class UITest : public testing::Test {
const std::wstring& port);
void StopHttpServer();
+ // Prints IO performance data for use by perf graphs.
+ void PrintIOPerfInfo(const char* test_name, FilePath data_dir);
+
+ // Prints memory usage data for use by perf graphs.
+ void PrintMemoryUsageInfo(const char* test_name, FilePath data_dir);
+
+ // Prints memory commit charge stats for use by perf graphs.
+ void PrintSystemCommitCharge(const char* test_name, size_t charge);
+
private:
// Check that no processes related to Chrome exist, displaying
// the given message if any do.