Make hostcall CPU profiling configurable

This commit is contained in:
root
2026-07-17 02:22:56 +00:00
parent c9f43d8279
commit c15fdc3346
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -1676,6 +1676,7 @@ StringMap make_server_settings()
cfg["BIN_DIRECTORY"] = "/tmp/uce/work";
cfg["WASM_COMPILE_SCRIPT"] = "scripts/compile_wasm_unit";
cfg["WASM_BACKEND_VERBOSE"] = "0";
cfg["WASM_PROFILE_HOSTCALL_CPU"] = "1";
cfg["WASM_CORE_PATH"] = "";
cfg["WASM_MEMORY_LIMIT_BYTES"] = std::to_string(512ull * 1024 * 1024);
cfg["WASM_EPOCH_DEADLINE_TICKS"] = "200";