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

Method SleepForMicroseconds

tensorflow/core/platform/env.h:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369 uint64 NowMicros() const override { return target_->NowMicros(); }
370 void SleepForMicroseconds(int64 micros) override {
371 target_->SleepForMicroseconds(micros);
372 }
373 Thread* StartThread(const ThreadOptions& thread_options, const string& name,
374 std::function<void()> fn) override {
375 return target_->StartThread(thread_options, name, fn);

Callers 15

GetNextInternalMethod · 0.45
SetupChannelsMethod · 0.45
TEST_FFunction · 0.45
RandomSleepFunction · 0.45
TESTFunction · 0.45
WaitForWorkMethod · 0.45
TESTFunction · 0.45
EvictionLoopMethod · 0.45
CompactionThreadMethod · 0.45
GatherMethod · 0.45
ReduceMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
RandomSleepFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
GatherMethod · 0.36
ReduceMethod · 0.36
TEST_FFunction · 0.36
BroadcastMethod · 0.36
ComputeMethod · 0.36
JoinConsumerThreadsMethod · 0.36
TEST_FFunction · 0.36
BM_no_opsFunction · 0.36