Chromium Code Reviews| 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) \ |