libwreport
3.29
|
Basic progress implementation writing progress information to the given output stream. More...
#include <benchmark.h>
Public Member Functions | |
BasicProgress (FILE *out=stdout, FILE *err=stderr) | |
void | start_benchmark (const Benchmark &b) override |
void | start_iteration (const Benchmark &b, unsigned cur, unsigned total) override |
void | end_iteration (const Benchmark &b, unsigned cur, unsigned total) override |
void | end_benchmark (const Benchmark &b) override |
void | test_failed (const Benchmark &b, std::exception &e) override |
Data Fields | |
FILE * | out |
FILE * | err |
Basic progress implementation writing progress information to the given output stream.