Information to be maintained for each thread. More...
Public Attributes | |
std::map< std::string, AvgInfo > | avg |
The stored averages. More... | |
std::map< std::string, unsigned long int > | events |
The stored events. More... | |
std::map< std::string, TimeInfo > | time |
The amount of time spent in various places. More... | |
Information to be maintained for each thread.
Definition at line 293 of file profiler.h.
std::map<std::string, AvgInfo> moveit::tools::Profiler::PerThread::avg |
The stored averages.
Definition at line 299 of file profiler.h.
std::map<std::string, unsigned long int> moveit::tools::Profiler::PerThread::events |
The stored events.
Definition at line 296 of file profiler.h.
std::map<std::string, TimeInfo> moveit::tools::Profiler::PerThread::time |
The amount of time spent in various places.
Definition at line 302 of file profiler.h.