Struct Profiler::PerThread

Nested Relationships

This struct is a nested type of Class Profiler.

Struct Documentation

struct PerThread

Information to be maintained for each thread.

Public Members

std::map<std::string, unsigned long int> events

The stored events.

std::map<std::string, AvgInfo> avg

The stored averages.

std::map<std::string, TimeInfo> time

The amount of time spent in various places.