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

Unified Diff: src/counters.h

Issue 2860043002: [heap] Add VMState to IncrementalMarking observer (Closed)
Patch Set: Created 3 years, 7 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/incremental-marking.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index 19265f0a2824c5dbc0ff6c1e97b92fe0951576ae..926e7fdc33d89800d0254509204332c1e692d3d7 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -717,6 +717,7 @@ class RuntimeCallTimer final {
V(GC) \
V(GC_AllAvailableGarbage) \
V(GC_IncrementalMarkingJob) \
+ V(GC_IncrementalMarkingObserver) \
V(GC_SlowAllocateRaw) \
V(GCEpilogueCallback) \
V(GCPrologueCallback) \
« no previous file with comments | « no previous file | src/heap/incremental-marking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698