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 190 of file detail/profiler.h.
| std::map<std::string, AvgInfo> fcl::detail::Profiler::PerThread::avg | 
The stored averages.
Definition at line 196 of file detail/profiler.h.
| std::map<std::string, unsigned long int> fcl::detail::Profiler::PerThread::events | 
The stored events.
Definition at line 193 of file detail/profiler.h.
| std::map<std::string, TimeInfo> fcl::detail::Profiler::PerThread::time | 
The amount of time spent in various places.
Definition at line 199 of file detail/profiler.h.