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

Function main

library/cpp/threading/skip_list/perf/main.cpp:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353////////////////////////////////////////////////////////////////////////////////
354
355int main(int argc, const char* argv[]) {
356 TTestSuite suite;
357 if (!suite.Init(argc, argv)) {
358 return -1;
359 }
360 suite.Run();
361 return 0;
362}

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected