![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
CzMetrics - Metrics class. More...
#include <CzUtil.h>
Static Public Attributes | |
static int | TotalSpritesProcessed = 0 |
Total sprites that were processed. | |
static int | TotalSpritesCreated = 0 |
Total sprites that were created. | |
static int | TotalSpritesDestroyed = 0 |
Total sprites that were destroyed. | |
static int | TotalActorsProcessed = 0 |
Total actors that were processed. | |
static int | TotalActorsCreated = 0 |
Total actors that were created. | |
static int | TotalActorsDestroyed = 0 |
Total actors that were destroyed. |
CzMetrics - Metrics class.
Used to gather certain metrics
int CzMetrics::TotalActorsCreated = 0 [static] |
Total actors that were created.
int CzMetrics::TotalActorsDestroyed = 0 [static] |
Total actors that were destroyed.
int CzMetrics::TotalActorsProcessed = 0 [static] |
Total actors that were processed.
int CzMetrics::TotalSpritesCreated = 0 [static] |
Total sprites that were created.
int CzMetrics::TotalSpritesDestroyed = 0 [static] |
Total sprites that were destroyed.
int CzMetrics::TotalSpritesProcessed = 0 [static] |
Total sprites that were processed.