called on process init
| 419 | |
| 420 | // called on process init |
| 421 | void _mi_stats_init(void) { |
| 422 | if (mi_process_start == 0) { mi_process_start = _mi_clock_start(); }; |
| 423 | } |
| 424 | |
| 425 | static void mi_stats_add_into(mi_stats_t* to, mi_stats_t* from) { |
| 426 | mi_assert_internal(to != NULL && from != NULL); |
no test coverage detected