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