Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Passed
Method
Passed
library/cpp/testing/benchmark/bench.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
122
struct TCycleTimer {
123
inline ui64 Passed() const noexcept {
124
return GetCycleCount() - N;
125
}
126
127
static inline TString FmtTime(double t) {
128
if (t < 0.5) {
Callers
5
ApplyFuncTotokenizedText
Function · 0.45
BuildLevel
Method · 0.45
BuildImpl
Method · 0.45
Measure
Function · 0.45
RunTest
Function · 0.45
Calls
1
GetCycleCount
Function · 0.85
Tested by
no test coverage detected