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

Unified Diff: src/heap/object-stats.h

Issue 2379823004: [Tracing] Integrate GC object statistics with tracing. (Closed)
Patch Set: Created 4 years, 3 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: src/heap/object-stats.h
diff --git a/src/heap/object-stats.h b/src/heap/object-stats.h
index 4780696952064d54881727f15fc4ce4e2bc541ad..add5a12b0439e451a4307e6a4f9e7e48d29e16f6 100644
--- a/src/heap/object-stats.h
+++ b/src/heap/object-stats.h
@@ -35,6 +35,7 @@ class ObjectStats {
void CheckpointObjectStats();
void PrintJSON(const char* key);
+ void Dump(std::stringstream& stream);
void RecordObjectStats(InstanceType type, size_t size) {
DCHECK(type <= LAST_TYPE);

Powered by Google App Engine
This is Rietveld 408576698