| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index da6ed9a3ed98636b2bc5d68092f398375842170a..b6cbc37f9d16963a604bfb816aa9de2715769071 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -835,6 +835,7 @@ class RuntimeCallStats final : public ZoneObject {
|
| #undef CALL_BUILTIN_COUNTER
|
|
|
| static const CounterId counters[];
|
| + static const int counters_count;
|
|
|
| // Starting measuring the time for a function. This will establish the
|
| // connection to the parent counter for properly calculating the own times.
|
|
|