|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| size_t | num_elements = 10000 |
| bool | run_slow_algorithms = false |
| bool | test_arrays = true |
| bool | test_lists = true |
| bool | verbose = false |
| unsigned | seed = 42 |
Definition at line 204 of file sort_benchmark.C.
| size_t BenchmarkConfig::num_elements = 10000 |
Definition at line 206 of file sort_benchmark.C.
Referenced by benchmark_array_algorithms(), benchmark_list_algorithms(), and run_benchmarks().
Definition at line 207 of file sort_benchmark.C.
Referenced by benchmark_array_algorithms(), benchmark_list_algorithms(), and run_benchmarks().
| unsigned BenchmarkConfig::seed = 42 |
Definition at line 211 of file sort_benchmark.C.
Referenced by run_benchmarks().
Definition at line 208 of file sort_benchmark.C.
Referenced by run_benchmarks().
Definition at line 209 of file sort_benchmark.C.
Referenced by run_benchmarks().
Definition at line 210 of file sort_benchmark.C.