Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void SleepForMicros(uint64_t micros) {
39
std::this_thread::sleep_for(std::chrono::microseconds(micros));
40
}
41
42
#else
43
Callers
2
SleepForSeconds
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68