MCPcopy Index your code
hub / github.com/evalplus/evalplus / are_profiles_broken

Function are_profiles_broken

evalplus/perf/profile.py:46–47  ·  view source on GitHub ↗
(profiles)

Source from the content-addressed store, hash-verified

44
45
46def are_profiles_broken(profiles) -> bool:
47 return not all(isinstance(profile, (float, int)) for profile in profiles)
48
49
50def physical_runtime_profiler(function, test_inputs) -> float:

Callers 3

get_avg_ref_profileFunction · 0.90
perf_workerFunction · 0.90
scriptFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected