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

Function NowInNsec

tensorflow/core/common_runtime/executor.cc:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86namespace nodestats {
87
88inline int64 NowInNsec() { return Env::Default()->NowNanos(); }
89
90void SetScheduled(NodeExecStatsInterface* stats, int64 micros) {
91 if (!stats) return;

Callers 3

BatchProcessMethod · 0.85
ScheduleReadyMethod · 0.85
CostScheduleReadyMethod · 0.85

Calls 2

DefaultFunction · 0.85
NowNanosMethod · 0.45

Tested by

no test coverage detected