wasm-micro-runtime/core/shared/platform/esp-idf
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
..
espidf_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
espidf_memmap.c Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
espidf_platform.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
espidf_socket.c Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
espidf_thread.c esp32: Support app management and thread (#1350) 2022-08-02 16:37:55 +08:00
platform_internal.h Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
shared_platform.cmake Fix build failure on esp-idf platform (#2991) 2024-01-10 10:44:31 +08:00