svvitch
digital signage player
FPSCounter Class Reference

フレームレートカウンタクラス. More...

#include <FPSCounter.h>

Inheritance diagram for FPSCounter:
Collaboration diagram for FPSCounter:

List of all members.

Public Member Functions

 FPSCounter ()
virtual ‾FPSCounter ()
virtual void start ()
void count ()
const Uint32 getFPS ()

Private Member Functions

void calculation ()

Private Attributes

Uint32 _count
Uint32 _fps

Detailed Description

フレームレートカウンタクラス.

PerformanceTimerを用いて、フレームレートを計測するためのユーティリティクラスです

Definition at line 10 of file FPSCounter.h.


Constructor & Destructor Documentation

FPSCounter::FPSCounter ( ) [inline]

Definition at line 26 of file FPSCounter.h.

Here is the call graph for this function:


Member Function Documentation

void FPSCounter::calculation ( ) [inline, private]

Definition at line 16 of file FPSCounter.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void FPSCounter::count ( ) [inline]

Definition at line 39 of file FPSCounter.h.

Here is the caller graph for this function:

const Uint32 FPSCounter::getFPS ( ) [inline]

Definition at line 43 of file FPSCounter.h.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from PerformanceTimer.

Definition at line 33 of file FPSCounter.h.

Here is the caller graph for this function:

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

Definition at line 30 of file FPSCounter.h.


Member Data Documentation

Definition at line 13 of file FPSCounter.h.

Definition at line 14 of file FPSCounter.h.


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