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 280 of file profiler.h.

Member Data Documentation

◆ parts

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

Number of times a value was added to this structure.

Definition at line 289 of file profiler.h.

◆ total

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

The sum of the values to average.

Definition at line 283 of file profiler.h.

◆ totalSqr

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

The sub of squares of the values to average.

Definition at line 286 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 Thu Apr 18 2024 02:23:41