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

Unified Diff: src/flag-definitions.h

Issue 1923893002: [counters] Annotate v8 with more runtime call counters. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixing few more things Created 4 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 2d36234e64fbeeef1261e979df45281359fc837d..df34f3106c101027c770948535732831830eef25 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -829,6 +829,8 @@ DEFINE_INT(hash_seed, 0,
// runtime.cc
DEFINE_BOOL(runtime_call_stats, false, "report runtime call counts and times")
+DEFINE_BOOL(api_call_stats, false, "only show api call stats")
+DEFINE_IMPLICATION(api_call_stats, runtime_call_stats)
// snapshot-common.cc
DEFINE_BOOL(profile_deserialization, false,
« src/api.cc ('K') | « src/execution.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698