BWAPI
Public Types | Public Member Functions
TimerManager Class Reference

#include <GameCommander.h>

List of all members.

Public Types

enum  Type {
  All, Worker, Production, Building,
  Combat, Scout, UnitInfoState, MapGrid,
  MapTools, Search, NumTypes
}

Public Member Functions

 TimerManager ()
 ~TimerManager ()
void startTimer (const TimerManager::Type t)
void stopTimer (const TimerManager::Type t)
double getTotalElapsed ()
void displayTimers (int x, int y)

Member Enumeration Documentation

Enumerator:
All 
Worker 
Production 
Building 
Combat 
Scout 
UnitInfoState 
MapGrid 
MapTools 
Search 
NumTypes 

Constructor & Destructor Documentation


Member Function Documentation

void TimerManager::displayTimers ( int  x,
int  y 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

double TimerManager::getTotalElapsed ( ) [inline]

Here is the caller graph for this function:

void TimerManager::startTimer ( const TimerManager::Type  t) [inline]

Here is the caller graph for this function:

void TimerManager::stopTimer ( const TimerManager::Type  t) [inline]

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines