MCPcopy Create free account
hub / github.com/ElementsProject/elements / main

Function main

src/crc32c/src/crc32c_benchmark.cc:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95#endif // HAVE_SSE42 && (defined(_M_X64) || defined(__x86_64__))
96
97int main(int argc, char** argv) {
98#if CRC32C_TESTS_BUILT_WITH_GLOG
99 google::InitGoogleLogging(argv[0]);
100 google::InstallFailureSignalHandler();
101#endif // CRC32C_TESTS_BUILT_WITH_GLOG
102
103 benchmark::Initialize(&argc, argv);
104 benchmark::RunSpecifiedBenchmarks();
105 return 0;
106}

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.50

Tested by

no test coverage detected