MCPcopy Create free account
hub / github.com/F-Stack/f-stack / BMK_setValid_runTime

Function BMK_setValid_runTime

freebsd/contrib/zstd/programs/benchfn.c:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static 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 */

Callers 2

BMK_benchFunctionFunction · 0.85
BMK_benchTimedFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected