Struct Benchmark::Status

Nested Relationships

This struct is a nested type of Class Benchmark.

Struct Documentation

struct Status

This structure contains information about the activity of a benchmark instance. If the instance is running, it is possible to find out information such as which planner is currently being tested or how much.

Public Members

bool running = {false}

Flag indicating whether benchmarking is running.

unsigned int activeRun = {0}

The number of the run currently being executed.

double progressPercentage = {0.}

Total progress (0 to 100)

std::string activePlanner

The name of the planner currently being tested.