MCPcopy Create free account
hub / github.com/dds-bridge/dds / main

Function main

library/tests/itest.cpp:27–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27int main(int argc, char * argv[])
28{
29 read_args(argc, argv);
30
31 SetResources(options.memory_mb_, options.num_threads_);
32
33 DDSInfo info;
34 GetDDSInfo(&info);
35 cout << info.systemString << endl;
36
37 realMain(argc, argv);
38
39#ifdef DDS_SCHEDULER
40 scheduler.PrintTiming();
41#endif
42
43 FreeMemory();
44
45 exit(0);
46}
47

Callers

nothing calls this directly

Calls 5

read_argsFunction · 0.85
SetResourcesFunction · 0.85
GetDDSInfoFunction · 0.85
FreeMemoryFunction · 0.85
PrintTimingMethod · 0.80

Tested by

no test coverage detected