ompl::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 <Benchmark.h>

List of all members.

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.

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


Constructor & Destructor Documentation

ompl::Benchmark::Status::Status ( void   )  [inline]

Definition at line 43 of file Benchmark.h.


Member Data Documentation

The name of the planner currently being tested.

Definition at line 55 of file Benchmark.h.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 09:33:58 2013