| 3666 | } |
| 3667 | |
| 3668 | static uint32_t getUnpausedFps() { |
| 3669 | auto & counters = Core::getInstance().perf_counters; |
| 3670 | return counters.getUnpausedFps(); |
| 3671 | } |
| 3672 | |
| 3673 | static void setPreferredNumberFormat(color_ostream & out, int32_t type_int) { |
| 3674 | NumberFormatType type = (NumberFormatType)type_int; |
nothing calls this directly
no test coverage detected