|
vg
tools for working with variation graphs
|
#include "benchmark.hpp"#include <vector>#include <iostream>#include <cassert>#include <numeric>#include <cmath>#include <iomanip>Namespaces | |
| vg | |
Functions | |
| ostream & | vg::operator<< (ostream &out, const BenchmarkResult &result) |
| void | vg::benchmark_control () |
| BenchmarkResult | vg::run_benchmark (const string &name, size_t iterations, const function< void(void)> &under_test) |
| BenchmarkResult | vg::run_benchmark (const string &name, size_t iterations, const function< void(void)> &setup, const function< void(void)> &under_test) |
1.8.17