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

Unified Diff: tools/ProcStats.h

Issue 483323002: Print max RSS in GM and nanobench too. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months 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
« bench/nanobench.cpp ('K') | « gyp/tools.gyp ('k') | tools/ProcStats.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ProcStats.h
diff --git a/tools/ProcStats.h b/tools/ProcStats.h
index 42849f1401f9e0cbfc8151e87b0e67dfe4822191..14b98b7a28c2c187df1d316bf7b628e0286ebdd4 100644
--- a/tools/ProcStats.h
+++ b/tools/ProcStats.h
@@ -18,7 +18,7 @@ namespace sk_tools {
* If not implemented for this OS, returns -1. Otherwise, return
* the maximum resident set size, as reported by getrusage().
*/
-int getMaxResidentSetSizeKB();
+int getMaxResidentSetSizeMB();
} // namespace sk_tools
« bench/nanobench.cpp ('K') | « gyp/tools.gyp ('k') | tools/ProcStats.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698