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

Function main

library/cpp/testing/benchmark/main/main.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <cstdlib>
7
8int main(int argc, char** argv) {
9 try {
10 return NBench::Main(argc, argv);
11 } catch (...) {
12 Cerr << CurrentExceptionMessage() << Endl;
13 }
14
15 return EXIT_FAILURE;
16}

Callers

nothing calls this directly

Calls 2

CurrentExceptionMessageFunction · 0.85
MainFunction · 0.50

Tested by

no test coverage detected