Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendReply
Method · 0.80
MetaThreadFunction
Method · 0.80
TEST_Concurrent
Method · 0.80
OnFinish
Method · 0.80
Trace
Method · 0.80
TraceSubtestFinished
Method · 0.80
~TProfile
Method · 0.80
MemoryDefragmentation
Method · 0.80
Finish
Method · 0.80
Fit
Method · 0.80
Fit
Method · 0.80
IsTimeToSaveSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestStrokaInput
Function · 0.64