Unit AdPerformanceCounter

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Contains a class for FPS-Measuring

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TAdPerformanceCounter Class for calculating the FPS and the TimeGap.

Types

TAdPerformanceCounterState = (...);

Description

Types

TAdPerformanceCounterState = (...);

Represents the state of the performance counter.

Values
  • psPaused: The performance counter is currently paused, time gap is always zero.
  • psResumed: You just called the "Resume" method of the performance counter. When the calculate function is called the next time, "TimeGap" is zero, then the performance counter starts to recalculate the TimeGap.
  • psRunning: The performance counter is up and running since more than two ticks.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00