Helper: compute ns/call = (total_us * 1000) / iters
| 16 | |
| 17 | // Helper: compute ns/call = (total_us * 1000) / iters |
| 18 | static fl::u32 nsPerCall(fl::u32 us) { return (us * 1000) / kIters; } |
| 19 | |
| 20 | FL_TEST_FILE(FL_FILEPATH) { |
| 21 |
no outgoing calls
no test coverage detected