ompl::tools::Benchmark::Status Struct Reference

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 151 of file Benchmark.h.


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