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 <ompl/tools/benchmark/Benchmark.h>
Public Attributes | |
| 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. | |
Detailed Description
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 55 of file Benchmark.h.
Member Data Documentation
◆ activePlanner
| std::string ompl::tools::Benchmark::Status::activePlanner |
The name of the planner currently being tested.
Definition at line 67 of file Benchmark.h.
◆ activeRun
| unsigned int ompl::tools::Benchmark::Status::activeRun {0} |
The number of the run currently being executed.
Definition at line 61 of file Benchmark.h.
◆ progressPercentage
| double ompl::tools::Benchmark::Status::progressPercentage {0.} |
Total progress (0 to 100).
Definition at line 64 of file Benchmark.h.
◆ running
| bool ompl::tools::Benchmark::Status::running {false} |
Flag indicating whether benchmarking is running.
Definition at line 58 of file Benchmark.h.
The documentation for this struct was generated from the following file:
- ompl/tools/benchmark/Benchmark.h