Public Attributes | List of all members
fcl::detail::Profiler::PerThread Struct Reference

Information to be maintained for each thread. More...

Public Attributes

std::map< std::string, AvgInfoavg
 The stored averages. More...
 
std::map< std::string, unsigned long int > events
 The stored events. More...
 
std::map< std::string, TimeInfotime
 The amount of time spent in various places. More...
 

Detailed Description

Information to be maintained for each thread.

Definition at line 190 of file detail/profiler.h.

Member Data Documentation

◆ avg

std::map<std::string, AvgInfo> fcl::detail::Profiler::PerThread::avg

The stored averages.

Definition at line 196 of file detail/profiler.h.

◆ events

std::map<std::string, unsigned long int> fcl::detail::Profiler::PerThread::events

The stored events.

Definition at line 193 of file detail/profiler.h.

◆ time

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.


The documentation for this struct was generated from the following file:


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:51