MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / checkasm_bench_func

Function checkasm_bench_func

tests/checkasm/checkasm.c:1147–1151  ·  view source on GitHub ↗

Decide whether or not the current function needs to be benchmarked */

Source from the content-addressed store, hash-verified

1145
1146/* Decide whether or not the current function needs to be benchmarked */
1147int checkasm_bench_func(void)
1148{
1149 return !state.num_failed && state.bench_pattern &&
1150 !wildstrcmp(state.current_func->name, state.bench_pattern);
1151}
1152
1153/* Indicate that the current test has failed, return whether verbose printing
1154 * is requested. */

Callers

nothing calls this directly

Calls 1

wildstrcmpFunction · 0.85

Tested by

no test coverage detected