add _mi_stats_init to initialize the process start time

This commit is contained in:
daanx 2025-05-21 19:11:47 -07:00
parent 4bf6ae693a
commit d51e33b18e
3 changed files with 10 additions and 1 deletions

View file

@ -709,6 +709,7 @@ void mi_process_init(void) mi_attr_noexcept {
_mi_verbose_message("process init: 0x%zx\n", _mi_thread_id());
mi_detect_cpu_features();
_mi_stats_init();
_mi_os_init();
_mi_page_map_init();
mi_heap_main_init();