Public Attributes | List of all members
moveit::tools::Profiler::AvgInfo Struct Reference

Information maintained about averaged values. More...

Public Attributes

unsigned long int parts
 Number of times a value was added to this structure. More...
 
double total
 The sum of the values to average. More...
 
double totalSqr
 The sub of squares of the values to average. More...
 

Detailed Description

Information maintained about averaged values.

Definition at line 281 of file profiler.h.

Member Data Documentation

unsigned long int moveit::tools::Profiler::AvgInfo::parts

Number of times a value was added to this structure.

Definition at line 290 of file profiler.h.

double moveit::tools::Profiler::AvgInfo::total

The sum of the values to average.

Definition at line 284 of file profiler.h.

double moveit::tools::Profiler::AvgInfo::totalSqr

The sub of squares of the values to average.

Definition at line 287 of file profiler.h.


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


moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Wed Jul 10 2019 04:03:06