ProtoZed  awesome branch
A simple but powerful game framework
Public Member Functions | List of all members
PZ::Profiler Class Reference
Inheritance diagram for PZ::Profiler:
PZ::Singleton< Profiler >

Public Member Functions

 Profiler ()
 
 ~Profiler ()
 
void Begin (const std::string &name)
 
void End ()
 
void Start ()
 
void Stop ()
 
void NextFrame ()
 
void WriteLog (const std::string &filename) const
 
- Public Member Functions inherited from PZ::Singleton< Profiler >
 Singleton ()
 
 ~Singleton ()
 

Additional Inherited Members

- Static Public Member Functions inherited from PZ::Singleton< Profiler >
static ProfilerGetSingleton ()
 
static ProfilerGetSingletonPtr ()
 

Constructor & Destructor Documentation

PZ::Profiler::Profiler ( )
PZ::Profiler::~Profiler ( )

Member Function Documentation

void PZ::Profiler::Begin ( const std::string &  name)
inline
void PZ::Profiler::End ( )
inline
void PZ::Profiler::NextFrame ( )
inline
void PZ::Profiler::Start ( )
inline
void PZ::Profiler::Stop ( )
inline
void PZ::Profiler::WriteLog ( const std::string &  filename) const
inline

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