| 397 | } |
| 398 | |
| 399 | void mi_thread_stats_print_out(mi_output_fun* out, void* arg) mi_attr_noexcept { |
| 400 | _mi_stats_print(mi_stats_get_default(), out, arg); |
| 401 | } |
| 402 | |
| 403 | |
| 404 | // ---------------------------------------------------------------- |
nothing calls this directly
no test coverage detected