lab_btree
Belligerent BTrees
|
Class which contains a collection of benchmark results. More...
#include <benchmark.h>
Classes | |
struct | BenchmarkResult |
Contains the actual results / benchmark parameter, uses std::chrono. More... | |
Public Member Functions | |
Benchmark (const std::string &name) | |
size_t | add_point (unsigned int n) |
void | start (size_t idx) |
void | end (size_t idx) |
void | write_to_file (std::string out_dir="results") |
Private Attributes | |
std::vector< BenchmarkResult > | results |
std::string | name |
Class which contains a collection of benchmark results.