![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
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) |
| double Blam::Profiling::GetFrameStat | ( | std::string | id | ) |
Here is the caller graph for this function:| std::string Blam::Profiling::GetFrameStatAsString | ( | std::string | id | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void Blam::Profiling::IncrementFrameStat | ( | std::string | id, |
| double | value | ||
| ) |
Here is the caller graph for this function:| void Blam::Profiling::ResetFrameStats | ( | ) |
Here is the caller graph for this function:| void Blam::Profiling::SetFrameStat | ( | std::string | id, |
| double | value | ||
| ) |