libwreport  3.29
Public Member Functions | Data Fields
wreport::benchmark::BasicProgress Struct Reference

Basic progress implementation writing progress information to the given output stream. More...

#include <benchmark.h>

Inheritance diagram for wreport::benchmark::BasicProgress:
wreport::benchmark::Progress

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
 

Detailed Description

Basic progress implementation writing progress information to the given output stream.


The documentation for this struct was generated from the following file: