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
 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)
 

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: