Elaztek Developer Hub
Blamite Game Engine - blam!  00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
Blam::Profiling Namespace Reference

Functions

BLAM void ResetFrameStats ()
 
BLAM void SetFrameStat (std::string id, double value)
 
BLAM void IncrementFrameStat (std::string id, double value)
 
BLAM double GetFrameStat (std::string id)
 
BLAM std::string GetFrameStatAsString (std::string id)
 

Function Documentation

◆ GetFrameStat()

double Blam::Profiling::GetFrameStat ( std::string  id)
+ Here is the caller graph for this function:

◆ GetFrameStatAsString()

std::string Blam::Profiling::GetFrameStatAsString ( std::string  id)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IncrementFrameStat()

void Blam::Profiling::IncrementFrameStat ( std::string  id,
double  value 
)
+ Here is the caller graph for this function:

◆ ResetFrameStats()

void Blam::Profiling::ResetFrameStats ( )
+ Here is the caller graph for this function:

◆ SetFrameStat()

void Blam::Profiling::SetFrameStat ( std::string  id,
double  value 
)