Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Statistics::StatisticalProfiler< StatIdType, MutexType >::TimedScope Class Reference

#include <StatisticalProfiler.h>

Public Member Functions

 TimedScope (StatisticalProfiler &profiler, const StatIdType &statId)
 

Detailed Description

template<class StatIdType = AZStd::string, class MutexType = AZ::NullMutex>
class AZ::Statistics::StatisticalProfiler< StatIdType, MutexType >::TimedScope

A Convenience class used to measure time performance of scopes of code with constructor/destructor. Suitable to be used as part of a macro to facilitate its usage.


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