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 Member Functions | |
Status (void) | |
Public Attributes | |
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). | |
bool | running |
Flag indicating whether benchmarking is running. |
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.
Definition at line 49 of file Benchmark.h.
ompl::Benchmark::Status::Status | ( | void | ) | [inline] |
Definition at line 43 of file Benchmark.h.
std::string ompl::Benchmark::Status::activePlanner |
The name of the planner currently being tested.
Definition at line 55 of file Benchmark.h.
unsigned int ompl::Benchmark::Status::activeRun |
The number of the run currently being executed.
Definition at line 58 of file Benchmark.h.
Total progress (0 to 100).
Definition at line 61 of file Benchmark.h.
Flag indicating whether benchmarking is running.
Definition at line 52 of file Benchmark.h.