|
CPPX 2.1.0
A Modern C++ Utility Library
|
Public Attributes | |
| std::string | structure |
| std::size_t | n |
| double | insert_ms |
| double | lookup_ms |
| double | delete_ms |
Definition at line 68 of file benchmark_main.cpp.
| double BenchmarkResult::delete_ms |
Definition at line 74 of file benchmark_main.cpp.
| double BenchmarkResult::insert_ms |
Definition at line 72 of file benchmark_main.cpp.
| double BenchmarkResult::lookup_ms |
Definition at line 73 of file benchmark_main.cpp.
| std::size_t BenchmarkResult::n |
Definition at line 71 of file benchmark_main.cpp.
| std::string BenchmarkResult::structure |
Definition at line 70 of file benchmark_main.cpp.