wasm-micro-runtime/core
liang.he 5c8b8a17a6
Enhancements on wasm function execution time statistic (#2985)
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.
2024-01-17 09:51:54 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
shared Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
config.h Increase default app thread stack size (#3010) 2024-01-15 19:05:23 +08:00
version.h Update version number to 1.3.1 and update release notes (#2999) 2024-01-12 11:31:01 +08:00