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

Function SleepForMicros

tensorflow/lite/profiling/time.cc:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void SleepForMicros(uint64_t micros) {
39 std::this_thread::sleep_for(std::chrono::microseconds(micros));
40}
41
42#else
43

Callers 2

SleepForSecondsFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68