MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SleepForQuarterSecond

Function SleepForQuarterSecond

tensorflow/lite/profiling/profiler_test.cc:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SleepForQuarterSecond(tflite::Profiler* profiler) {
35 ScopedProfile profile(profiler, "SleepForQuarter");
36 std::this_thread::sleep_for(std::chrono::milliseconds(250));
37}
38
39void ChildFunction(tflite::Profiler* profiler) {
40 ScopedProfile profile(profiler, "Child");

Callers 1

ChildFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected