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

Method SecondsFloat

util/datetime/base.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 constexpr double SecondsFloat() const noexcept {
167 return Value_ * (1 / 1000000.0);
168 }
169
170 constexpr double MillisecondsFloat() const noexcept {
171 return Value_ * (1 / 1000.0);

Callers 14

SendReplyMethod · 0.80
MetaThreadFunctionMethod · 0.80
TEST_ConcurrentMethod · 0.80
OnFinishMethod · 0.80
TraceMethod · 0.80
TraceSubtestFinishedMethod · 0.80
~TProfileMethod · 0.80
MemoryDefragmentationMethod · 0.80
FinishMethod · 0.80
FitMethod · 0.80
FitMethod · 0.80
IsTimeToSaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestStrokaInputFunction · 0.64