![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <string>
Include dependency graph for stats.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Blam | |
| Namespace surrounding all major engine components. | |
| Blam::Profiling | |
Macros | |
| #define | BLAM |
Functions | |
| BLAM void | Blam::Profiling::ResetFrameStats () |
| BLAM void | Blam::Profiling::SetFrameStat (std::string id, double value) |
| BLAM void | Blam::Profiling::IncrementFrameStat (std::string id, double value) |
| BLAM double | Blam::Profiling::GetFrameStat (std::string id) |
| BLAM std::string | Blam::Profiling::GetFrameStatAsString (std::string id) |
| #define BLAM |