Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::ProfileGuard Class Reference

#include <Profiler.hpp>

Public Member Functions

 ProfileGuard (std::string &&name)
 
 ~ProfileGuard ()
 

Private Attributes

std::string mProfileName
 
std::chrono::high_resolution_clock::time_point mStartTime
 

Constructor & Destructor Documentation

◆ ProfileGuard()

shkyera::ProfileGuard::ProfileGuard ( std::string &&  name)

◆ ~ProfileGuard()

shkyera::ProfileGuard::~ProfileGuard ( )

Member Data Documentation

◆ mProfileName

std::string shkyera::ProfileGuard::mProfileName
private

◆ mStartTime

std::chrono::high_resolution_clock::time_point shkyera::ProfileGuard::mStartTime
private

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