MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / printBenchmarkNames

Function printBenchmarkNames

benchmarks/benchmarks.cpp:1768–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1766}
1767
1768void printBenchmarkNames()
1769{
1770 std::printf(" Supported benchmarks are:\n");
1771
1772 for (int i = 0; i != BENCHMARK_TYPE_COUNT; ++i) {
1773 std::printf(" %s\n", BENCHMARK_SHORT_NAMES[i]);
1774 }
1775}
1776
1777
1778int main(int argc, char** argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected