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

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..1c0051b8b416f6b35cb1857b3436f9ea1ad49694 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -277,6 +277,7 @@ class Heap {
void RecordAfterGC();
void PrintStats();
void UpdateObjectHistogram();
+ void UpdateClassStats();
// The different spaces used for allocation.
Scavenger* new_space_;
« runtime/vm/class_table.h ('K') | « runtime/vm/gc_marker.cc ('k') | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698