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

Unified Diff: runtime/vm/pages.h

Issue 1384003004: Add max post-gc heap usage metrics (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index 7cc123b6ff16765859c336b1ce9cb1f6ed21a599..63829f82b5062dc91f395e85ca58fa0ca98137e5 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -234,6 +234,8 @@ class PageSpace {
}
void UpdateMaxCapacityLocked();
+ void UpdateMaxUsed();
+ void UpdateGlobalMaxUsed();
koda 2015/10/06 18:09:02 General design comment: Why does the PageSpace/Sca
intptr_t ExternalInWords() const {
return usage_.external_in_words;
« runtime/vm/metrics.cc ('K') | « runtime/vm/metrics.cc ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698