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

Unified Diff: runtime/vm/heap.h

Issue 51653006: Track live instance and allocation counts for classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 680c294d061f3c0a0af3f1c6d7a2865949d61062..39851e22b4e3b5a5f0898dcff9a8dc121dc644db 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -277,6 +277,7 @@ class Heap {
void RecordAfterGC();
void PrintStats();
void UpdateObjectHistogram();
+ void UpdateClassHeapStatsBeforeGC(Heap::Space space);
// The different spaces used for allocation.
Scavenger* new_space_;

Powered by Google App Engine
This is Rietveld 408576698