mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	|  5c8b8a17a6 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. | ||
|---|---|---|
| .. | ||
| cg | ||
| fe | ||
| asmjit_sgx_patch.diff | ||
| iwasm_fast_jit.cmake | ||
| jit_codecache.c | ||
| jit_codecache.h | ||
| jit_codegen.c | ||
| jit_codegen.h | ||
| jit_compiler.c | ||
| jit_compiler.h | ||
| jit_dump.c | ||
| jit_dump.h | ||
| jit_frontend.c | ||
| jit_frontend.h | ||
| jit_ir.c | ||
| jit_ir.def | ||
| jit_ir.h | ||
| jit_regalloc.c | ||
| jit_utils.h | ||