Skyscraper 2.0
profiler.cpp File Reference
#include <OgreBulletDynamicsWorld.h>
#include <OgrePlatform.h>
#include "globals.h"
#include "sbs.h"
#include "profiler.h"
#include <stdio.h>
Include dependency graph for profiler.cpp:

Go to the source code of this file.

Namespaces

namespace  SBS
 

Functions

void SBS::Profile_Get_Ticks (unsigned long int *ticks)
 
float SBS::Profile_Get_Tick_Rate (void)
 

Variables

static oClock gProfileClock
 
bool SBSIMPEXP SBS::enable_profiling
 
bool SBSIMPEXP SBS::enable_advanced_profiling
 

Variable Documentation

◆ gProfileClock

oClock gProfileClock
static

Definition at line 7 of file profiler.cpp.

Referenced by SBS::Profile_Get_Ticks(), and SBS::ProfileManager::Reset().