| 1867 | resMonitor.setCpuClock(true); |
| 1868 | resMonitor.setCpuBaseClock(true); |
| 1869 | resMonitor.setGpuUsage(true); |
| 1870 | resMonitor.setGpuMemoryUsage(true); |
| 1871 | resMonitor.setDisk(true); |
| 1872 | resMonitor.setNetwork(true); |
| 1873 | resMonitor.setInterval(1000); |
| 1874 | return resMonitor.start(); |
| 1875 | } |
nothing calls this directly
no test coverage detected