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

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, 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/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 2502674d6360f9360668f154bf2e8c8a9b03c95d..89edec619dfb41a4fa5c6266765d699f8b98f3bb 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -277,6 +277,7 @@ class Heap {
void RecordAfterGC();
void PrintStats();
void UpdateObjectHistogram();
+ void UpdateHeapClassStats();
// The different spaces used for allocation.
Scavenger* new_space_;

Powered by Google App Engine
This is Rietveld 408576698