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

Unified Diff: src/flag-definitions.h

Issue 2390393002: [wasm] tracing for wasm module instances (Closed)
Patch Set: [wasm] tracing for wasm module instances Created 4 years, 2 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
« no previous file with comments | « no previous file | src/wasm/wasm-module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index f906aa9b180aa151d671deabf9a5bfb8be279e39..c691b488c5fb0c35bed37d736407460ba43b8226 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -1035,6 +1035,10 @@ DEFINE_BOOL(trace_regexp_parser, false, "trace regexp parsing")
// Debugger
DEFINE_BOOL(print_break_location, false, "print source location on debug break")
+// wasm instance management
+DEFINE_BOOL(trace_wasm_instances, false,
+ "trace creation and collection of wasm instances")
+
//
// Logging and profiling flags
//
« no previous file with comments | « no previous file | src/wasm/wasm-module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698