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

Function ChildFunction

tensorflow/lite/profiling/profiler_test.cc:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void ChildFunction(tflite::Profiler* profiler) {
40 ScopedProfile profile(profiler, "Child");
41 SleepForQuarterSecond(profiler);
42}
43
44void ParentFunction(tflite::Profiler* profiler) {
45 ScopedProfile profile(profiler, "Parent");

Callers 1

ParentFunctionFunction · 0.85

Calls 1

SleepForQuarterSecondFunction · 0.85

Tested by

no test coverage detected