lab_btree
Belligerent BTrees
benchmark.h File Reference

Class for easy runtime benchmarks that can output to simple two column csv files. More...

#include <chrono>
#include <string>
#include <vector>
#include <tuple>
#include <iostream>
#include <fstream>
+ Include dependency graph for benchmark.h:

Classes

class  Benchmark
 Class which contains a collection of benchmark results. More...
 
struct  Benchmark::BenchmarkResult
 Contains the actual results / benchmark parameter, uses std::chrono. More...
 

Detailed Description

Class for easy runtime benchmarks that can output to simple two column csv files.

Author
Matt Joras
Date
Winter 2013