| 90 | } |
| 91 | |
| 92 | static BMK_runOutcome_t BMK_setValid_runTime(BMK_runTime_t runTime) |
| 93 | { |
| 94 | BMK_runOutcome_t outcome; |
| 95 | outcome.error_tag_never_ever_use_directly = 0; |
| 96 | outcome.internal_never_ever_use_directly = runTime; |
| 97 | return outcome; |
| 98 | } |
| 99 | |
| 100 | |
| 101 | /* initFn will be measured once, benchFn will be measured `nbLoops` times */ |
no outgoing calls
no test coverage detected