flTimer.c File Reference

#include "flGlobal.h"
#include <stdio.h>
#include <psprtc.h>
#include <pspkernel.h>

Go to the source code of this file.

Functions

TimertimerCreate ()
double timerGetDeltaTime (Timer *inTimer)
void timerFree (Timer *inTimer)
void timerPauseAll ()

Variables

u64 timerPauseUntil = 0


Function Documentation

Timer* timerCreate (  ) 

Definition at line 18 of file flTimer.c.

References debugError, memAlloc, NULL, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.

Referenced by graphicsInit(), inputInit(), and ntfyInit().

void timerFree ( Timer inTimer  ) 

Definition at line 48 of file flTimer.c.

References memFree.

double timerGetDeltaTime ( Timer inTimer  ) 

Definition at line 32 of file flTimer.c.

References debugWarning, timerPauseUntil, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.

Referenced by graphicsSwapBuffers(), inputLock(), inputPoll(), ntfyTick(), and ntfyTrayTick().

void timerPauseAll (  ) 

Definition at line 57 of file flTimer.c.

References timerPauseUntil.


Variable Documentation

u64 timerPauseUntil = 0

Definition at line 16 of file flTimer.c.

Referenced by timerGetDeltaTime(), and timerPauseAll().


Generated on Wed Sep 5 19:04:03 2007 for funcLib by  doxygen 1.5.1