| 42 | } |
| 43 | |
| 44 | void systemMonitor() { |
| 45 | static StatisticsState statState = StatisticsState(); |
| 46 | #if !DEBUG_DETERMINISM |
| 47 | customSystemMonitor("ProcessMetrics", &statState, true); |
| 48 | #endif |
| 49 | } |
| 50 | |
| 51 | SystemStatistics getSystemStatistics() { |
| 52 | static StatisticsState statState = StatisticsState(); |
no test coverage detected