svvitch
digital signage player
|
パフォーマンスタイマクラス. More...
#include <PerformanceTimer.h>
Public Member Functions | |
PerformanceTimer () | |
virtual | ‾PerformanceTimer () |
virtual void | start () |
const DWORD | getTime () |
void | update () |
Private Attributes | |
LARGE_INTEGER | _freq |
LARGE_INTEGER | _start |
LARGE_INTEGER | _current |
bool | _enabled |
PerformanceTimer::PerformanceTimer | ( | ) | [inline] |
Definition at line 18 of file PerformanceTimer.h.
const DWORD PerformanceTimer::getTime | ( | ) | [inline] |
virtual void PerformanceTimer::start | ( | ) | [inline, virtual] |
Reimplemented in FPSCounter.
Definition at line 25 of file PerformanceTimer.h.
void PerformanceTimer::update | ( | ) | [inline] |
virtual PerformanceTimer::‾PerformanceTimer | ( | ) | [inline, virtual] |
Definition at line 22 of file PerformanceTimer.h.
LARGE_INTEGER PerformanceTimer::_current [private] |
Definition at line 14 of file PerformanceTimer.h.
bool PerformanceTimer::_enabled [private] |
Definition at line 15 of file PerformanceTimer.h.
LARGE_INTEGER PerformanceTimer::_freq [private] |
Definition at line 12 of file PerformanceTimer.h.
LARGE_INTEGER PerformanceTimer::_start [private] |
Definition at line 13 of file PerformanceTimer.h.