This structure holds experimental data for a set of planners. More...
#include <Benchmark.h>
Public Attributes | |
std::string | host |
Hostname that identifies the machine the benchmark ran on. | |
double | maxMem |
The maximum allowed memory for planner computation during the experiment (MB). | |
double | maxTime |
The maximum allowed time for planner computation during the experiment (seconds). | |
std::string | name |
The name of the experiment. | |
std::vector< PlannerExperiment > | planners |
The collected experimental data; each element of the array (an experiment) corresponds to a planner. | |
boost::uint32_t | seed |
The random seed that was used at the start of the benchmark program. | |
std::string | setupInfo |
The output of SimpleSetup::print() before the experiment was started. | |
time::point | startTime |
The point in time when the experiment was started. | |
double | totalDuration |
The amount of time spent to collect the information in this structure (seconds). |
This structure holds experimental data for a set of planners.
Definition at line 90 of file Benchmark.h.
std::string ompl::Benchmark::CompleteExperiment::host |
Hostname that identifies the machine the benchmark ran on.
Definition at line 117 of file Benchmark.h.
The maximum allowed memory for planner computation during the experiment (MB).
Definition at line 102 of file Benchmark.h.
The maximum allowed time for planner computation during the experiment (seconds).
Definition at line 99 of file Benchmark.h.
std::string ompl::Benchmark::CompleteExperiment::name |
The name of the experiment.
Definition at line 93 of file Benchmark.h.
The collected experimental data; each element of the array (an experiment) corresponds to a planner.
Definition at line 96 of file Benchmark.h.
boost::uint32_t ompl::Benchmark::CompleteExperiment::seed |
The random seed that was used at the start of the benchmark program.
Definition at line 114 of file Benchmark.h.
std::string ompl::Benchmark::CompleteExperiment::setupInfo |
The output of SimpleSetup::print() before the experiment was started.
Definition at line 111 of file Benchmark.h.
The point in time when the experiment was started.
Definition at line 105 of file Benchmark.h.
The amount of time spent to collect the information in this structure (seconds).
Definition at line 108 of file Benchmark.h.