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

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: removing unused macro 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 641423bb4e84de62d559aa2d105dcd8302103401..1052ebe5cc39ccb9e9457c9b7362a85cbc77cf93 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -828,6 +828,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