Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: chrome/test/ui/ui_test.h

Issue 402052: Prep for printing common memory stats from page_cycler_tests and memory_test:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove commented-out code from previous upload Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/page_cycler/page_cycler_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 32457)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -452,6 +452,15 @@
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.
« no previous file with comments | « chrome/test/page_cycler/page_cycler_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698