MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / main

Function main

example/cacheCluster/main.cpp:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83} // namespace CDNSimulator
84
85int main(int argc, char *argv[]) {
86 try {
87 CDNSimulator::simulate(argc, argv);
88 } catch (std::exception &e) {
89 std::cerr << e.what() << std::endl;
90 print_stack_trace();
91 }
92
93 return 0;
94}

Callers

nothing calls this directly

Calls 2

print_stack_traceFunction · 0.85
simulateFunction · 0.70

Tested by

no test coverage detected