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

Unified Diff: src/counters.h

Issue 2549653002: [profiler] Add CodeEvent entries for RCS counters statically on profiler start. (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/counters.cc » ('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 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.
« no previous file with comments | « no previous file | src/counters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698