#include <vuTimer.h>
Collaboration diagram for vuTimer:
Public Member Functions | |
vuTimer () | |
~vuTimer () | |
void | start () |
void | stop () |
unsigned long | getInterval () |
Static Public Member Functions | |
unsigned long | getMilliSeconds () |
double | getMilliSecondsAsDouble () |
Private Attributes | |
unsigned long | m_StartTime |
unsigned long | m_EndTime |
|
Definition at line 36 of file vuTimer.cpp. References start(). |
Here is the call graph for this function:
|
|
|
Definition at line 52 of file vuTimer.cpp. References m_EndTime. |
|
Definition at line 17 of file vuTimer.cpp. |
|
Definition at line 26 of file vuTimer.cpp. Referenced by FourierSlicer< SIZE >::_renderView(). |
|
Definition at line 41 of file vuTimer.cpp. References getMilliSeconds(), m_EndTime, and m_StartTime. Referenced by vuTimer(). |
Here is the call graph for this function:
|
Definition at line 47 of file vuTimer.cpp. References getMilliSeconds(), and m_EndTime. |
Here is the call graph for this function:
|
Definition at line 18 of file vuTimer.h. Referenced by getInterval(), start(), and stop(). |
|
Definition at line 17 of file vuTimer.h. Referenced by start(). |