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

Function Run

library/cpp/json/yson/json2yson_ut.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template <typename TCallBack>
12ui64 Run(TCallBack&& callBack) {
13 TSimpleTimer timer;
14 callBack();
15 return timer.Get().MicroSeconds();
16}
17
18static TString GetRequestsWithDecoding(const TString& inputPath, const NBlockCodecs::ICodec* codec) {
19 TIFStream inputFileStream(inputPath);

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 2

MicroSecondsMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected