Profile pre-dispatch WASM readiness
This commit is contained in:
@@ -316,6 +316,12 @@ struct Request {
|
||||
u64 wasm_workspace_complete_us = 0;
|
||||
u64 wasm_entry_invoke_us = 0;
|
||||
u64 wasm_output_collect_us = 0;
|
||||
u64 wasm_ready_normalize_us = 0;
|
||||
u64 wasm_ready_mutation_check_us = 0;
|
||||
u64 wasm_ready_artifact_stat_us = 0;
|
||||
u64 wasm_ready_freshness_us = 0;
|
||||
u64 wasm_ready_worker_us = 0;
|
||||
u32 wasm_ready_check_count = 0;
|
||||
u64 mem_high = 0;
|
||||
u64 mem_alloc = 0;
|
||||
u32 invoke_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user