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

Unified Diff: src/counters.h

Issue 2549083002: [counters] Move waiting for more data from background-parsing into callbacks (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | src/parsing/parser.cc » ('j') | src/parsing/scanner-character-streams.cc » ('J')
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 16c8a9fb7b77aa6a6aff0c4b5d9dceb5be4446d7..648651622298a12a4ed91bed338250889472ff2b 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -693,6 +693,7 @@ class RuntimeCallTimer final {
V(CompileSerialize) \
V(DeoptimizeCode) \
V(FunctionCallback) \
+ V(GetMoreDataCallback) \
vogelheim 2016/12/05 12:35:28 Nitpick: Usually c < e, but I'm not sure if we're
V(GC) \
V(GC_AllAvailableGarbage) \
V(GCEpilogueCallback) \
« no previous file with comments | « no previous file | src/parsing/parser.cc » ('j') | src/parsing/scanner-character-streams.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698