libdballe
7.21
|
Basic progress implementation writing progress information to the given output stream. More...
#include <benchmark.h>
Public Member Functions | |
BasicProgress (const std::string &prefix, FILE *out=stdout, FILE *err=stderr) | |
void | start_benchmark (const Benchmark &b) override |
void | end_benchmark (const Benchmark &b) override |
void | start_timeit (const Timeit &t) override |
void | end_timeit (const Timeit &t) override |
void | start_throughput (const Throughput &t) override |
void | end_throughput (const Throughput &t) override |
void | test_failed (const Task &t, std::exception &e) override |
Public Attributes | |
std::string | prefix |
FILE * | out |
FILE * | err |
std::string | cur_benchmark |
Basic progress implementation writing progress information to the given output stream.