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

Unified Diff: src/heap/heap.h

Issue 2129173002: [heap] Rework and improve object stats tracing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compilation on Windows Created 4 years, 5 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
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 2eac16f86ba2fcc6194b08dee767909a049bd43c..f7a2ae2fbc0109888a07974b62e0830ab6d38be7 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -2201,7 +2201,8 @@ class Heap {
MemoryReducer* memory_reducer_;
- ObjectStats* object_stats_;
+ ObjectStats* live_object_stats_;
+ ObjectStats* dead_object_stats_;
ScavengeJob* scavenge_job_;
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698