You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeOutputStreaming, W("EventPipeOutputStreaming"), 1, "Enable/disable streaming for trace file set in DOTNET_EventPipeOutputPath. Non-zero values enable streaming.")
612
612
RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeEnableStackwalk, W("EventPipeEnableStackwalk"), 1, "Set to 0 to disable collecting stacks for EventPipe events.")
613
+
RETAIL_CONFIG_STRING_INFO(INTERNAL_WasmPerformanceInstrumentation, W("WasmPerformanceInstrumentation"), "Configuration for WASM performance instrumentation profiler.")
614
+
RETAIL_CONFIG_DWORD_INFO(INTERNAL_WasmPerformanceInstrumentationInterval, W("WasmPerformanceInstrumentationInterval"), 10, "Desired sample interval in milliseconds for WASM performance instrumentation profiler. 0 means sample every samplepoint.")
Copy file name to clipboardExpand all lines: src/coreclr/interpreter/interpconfigvalues.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ RELEASE_CONFIG_INTEGER(InterpMode, "InterpMode", 0); // Interpreter mode, one of
36
36
// 3: use interpreter for everything, the full interpreter-only mode, no fallbacks to R2R or JIT whatsoever. Implies DOTNET_ReadyToRun=0, DOTNET_EnableHWIntrinsic=0
0 commit comments