()
| 31 | } |
| 32 | |
| 33 | function getUsages() { |
| 34 | return { process: process.cpuUsage(), thread: process.threadCpuUsage() }; |
| 35 | } |
| 36 | |
| 37 | function validateResults(results) { |
| 38 | // This test should have checked that the CPU usage of each thread is greater |
no test coverage detected
searching dependent graphs…