Loading...
Searching...
No Matches
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. More...
 
std::string activePlanner
 The name of the planner currently being tested. More...
 
unsigned int activeRun
 The number of the run currently being executed. More...
 
double progressPercentage
 Total progress (0 to 100) More...
 

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.

Constructor & Destructor Documentation

◆ Status()

ompl::tools::Benchmark::Status::Status ( )
inline

Definition at line 57 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 68 of file Benchmark.h.

◆ activeRun

unsigned int ompl::tools::Benchmark::Status::activeRun

The number of the run currently being executed.

Definition at line 71 of file Benchmark.h.

◆ progressPercentage

double ompl::tools::Benchmark::Status::progressPercentage

Total progress (0 to 100)

Definition at line 74 of file Benchmark.h.

◆ running

bool ompl::tools::Benchmark::Status::running

Flag indicating whether benchmarking is running.

Definition at line 65 of file Benchmark.h.


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