MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / main

Function main

CPP/Examples/Benchmarks/Benchmarks.cpp:21–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19void System(const std::string &filename);
20
21int main()
22{
23 bool test_polytree = false;//true;//
24 srand((unsigned)time(0));
25 DoBenchmark(1000, 7000, 1000, test_polytree);
26 //RecheckLastBenchmark(test_polytree);
27
28 std::cout << std::endl;
29//#ifdef _DEBUG
30 std::string s;
31 std::cout << "Press Enter to continue" << std::endl;
32 std::getline(std::cin, s);
33//#endif
34 return 0;
35}
36
37void RecheckLastBenchmark(bool use_polytree)
38{

Callers

nothing calls this directly

Calls 1

DoBenchmarkFunction · 0.85

Tested by

no test coverage detected