MCPcopy Create free account
hub / github.com/cameron314/readerwriterqueue / BenchmarkType

Enum BenchmarkType

benchmarks/bench.cpp:56–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56enum BenchmarkType {
57 bench_raw_add,
58 bench_raw_remove,
59 bench_empty_remove,
60 bench_single_threaded,
61 bench_mostly_add,
62 bench_mostly_remove,
63 bench_heavy_concurrent,
64 bench_random_concurrent,
65
66 BENCHMARK_COUNT
67};
68
69
70// Returns the number of seconds elapsed (high-precision), and the number of enqueue/dequeue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected