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. |
std::map<std::string, AvgInfo> fcl::tools::Profiler::PerThread::avg |
std::map<std::string, unsigned long int> fcl::tools::Profiler::PerThread::events |
std::map<std::string, TimeInfo> fcl::tools::Profiler::PerThread::time |