svvitch
digital signage player
PerformanceTimer Class Reference

パフォーマンスタイマクラス. More...

#include <PerformanceTimer.h>

Inheritance diagram for PerformanceTimer:

List of all members.

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

Detailed Description

パフォーマンスタイマクラス.

パフォーマンスタイマを用いた高精度な時間計測機能を提供します

Definition at line 9 of file PerformanceTimer.h.


Constructor & Destructor Documentation

Definition at line 18 of file PerformanceTimer.h.


Member Function Documentation

const DWORD PerformanceTimer::getTime ( ) [inline]

Definition at line 31 of file PerformanceTimer.h.

Here is the caller graph for this function:

virtual void PerformanceTimer::start ( ) [inline, virtual]

Reimplemented in FPSCounter.

Definition at line 25 of file PerformanceTimer.h.

Here is the caller graph for this function:

void PerformanceTimer::update ( ) [inline]

Definition at line 39 of file PerformanceTimer.h.

Here is the caller graph for this function:

virtual PerformanceTimer::‾PerformanceTimer ( ) [inline, virtual]

Definition at line 22 of file PerformanceTimer.h.


Member Data Documentation

LARGE_INTEGER PerformanceTimer::_current [private]

Definition at line 14 of file PerformanceTimer.h.

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.


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