mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-10 05:36:15 +00:00
![]() Enhance the statistic of wasm function execution time, or the performance profiling feature: - Add os_time_thread_cputime_us() to get the cputime of a thread, and use it to calculate the execution time of a wasm function - Support the statistic of the children execution time of a function, and dump it in wasm_runtime_dump_perf_profiling - Expose two APIs: wasm_runtime_sum_wasm_exec_time wasm_runtime_get_wasm_func_exec_time And rename os_time_get_boot_microsecond to os_time_get_boot_us. |
||
---|---|---|
.. | ||
jit_emit_compare.c | ||
jit_emit_compare.h | ||
jit_emit_const.c | ||
jit_emit_const.h | ||
jit_emit_control.c | ||
jit_emit_control.h | ||
jit_emit_conversion.c | ||
jit_emit_conversion.h | ||
jit_emit_exception.c | ||
jit_emit_exception.h | ||
jit_emit_function.c | ||
jit_emit_function.h | ||
jit_emit_memory.c | ||
jit_emit_memory.h | ||
jit_emit_numberic.c | ||
jit_emit_numberic.h | ||
jit_emit_parametric.c | ||
jit_emit_parametric.h | ||
jit_emit_table.c | ||
jit_emit_table.h | ||
jit_emit_variable.c | ||
jit_emit_variable.h |