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

Method NowNanos

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

\brief Returns the number of nano-seconds since the Unix epoch.

Source from the content-addressed store, hash-verified

257
258 /// \brief Returns the number of nano-seconds since the Unix epoch.
259 virtual uint64 NowNanos() const { return env_time_->NowNanos(); }
260
261 /// \brief Returns the number of micro-seconds since the Unix epoch.
262 virtual uint64 NowMicros() const { return env_time_->NowMicros(); }

Callers 15

RecordStartMethod · 0.45
RecordStopMethod · 0.45
StartCollectOpMethod · 0.45
StopCollectOpMethod · 0.45
NowInNsecFunction · 0.45
RecordExecutorStartedMethod · 0.45
RecordComputeStartedMethod · 0.45
RecordComputeEndedMethod · 0.45
RecordExecutorEndedMethod · 0.45
ActivityStartImplMethod · 0.45
ActivityEndImplMethod · 0.45
SerializeToStringMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
SpinNanosFunction · 0.36
SingleCommitFunction · 0.36
RunnerThreadMethod · 0.36
TESTFunction · 0.36