| 149 | } |
| 150 | |
| 151 | void Timer::printResult(char *unit, int nbTry, double t0, double t1) { |
| 152 | |
| 153 | printf("%s\n", getResult(unit, nbTry, t0, t1).c_str()); |
| 154 | |
| 155 | } |
| 156 | |
| 157 | int Timer::getCoreNumber() { |
| 158 |
nothing calls this directly
no outgoing calls
no test coverage detected