\brief Returns the number of nano-seconds since the Unix epoch.
| 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(); } |
no outgoing calls