\brief Returns the number of micro-seconds since the Unix epoch.
| 260 | |
| 261 | /// \brief Returns the number of micro-seconds since the Unix epoch. |
| 262 | virtual uint64 NowMicros() const { return env_time_->NowMicros(); } |
| 263 | |
| 264 | /// \brief Returns the number of seconds since the Unix epoch. |
| 265 | virtual uint64 NowSeconds() const { return env_time_->NowSeconds(); } |
no outgoing calls