MCPcopy 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

ApplyFuncTotokenizedTextFunction · 0.45
BuildLevelMethod · 0.45
BuildImplMethod · 0.45
MeasureFunction · 0.45
RunTestFunction · 0.45

Calls 1

GetCycleCountFunction · 0.85

Tested by

no test coverage detected