Profile complete Wasm request timing

This commit is contained in:
udo
2026-07-17 19:11:05 +00:00
parent 556bb06f81
commit c28b446541
6 changed files with 47 additions and 2 deletions
+7
View File
@@ -309,6 +309,13 @@ struct Request {
f64 time_input = 0;
f64 time_start = 0;
f64 time_end = 0;
f64 wasm_handler_ready = 0;
f64 wasm_backend_started = 0;
f64 wasm_backend_finished = 0;
u64 wasm_dispatch_us = 0;
u64 wasm_workspace_complete_us = 0;
u64 wasm_entry_invoke_us = 0;
u64 wasm_output_collect_us = 0;
u64 mem_high = 0;
u64 mem_alloc = 0;
u32 invoke_count = 0;