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. More...
#include <Benchmark.h>
Public Attributes | |
bool | running |
Flag indicating whether benchmarking is running. | |
std::string | activePlanner |
The name of the planner currently being tested. | |
unsigned int | activeRun |
The number of the run currently being executed. | |
double | progressPercentage |
Total progress (0 to 100) |
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.