MCPcopy Create free account
hub / github.com/catboost/catboost / MicroSecondsOfSecond

Method MicroSecondsOfSecond

util/datetime/base.h:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 constexpr ui32 MicroSecondsOfSecond() const noexcept {
203 return MicroSeconds() % (TValue)1000000;
204 }
205
206 constexpr ui32 MilliSecondsOfSecond() const noexcept {
207 return MicroSecondsOfSecond() / (TValue)1000;

Callers 3

Out<TDuration>Function · 0.80
Out<TInstant>Function · 0.80

Calls 1

MicroSecondsFunction · 0.85

Tested by

no test coverage detected