Advanced FPS Counter  1.5.4
FPS Counter on steroids!
CodeStage.AdvancedFPSCounter Namespace Reference

Classes

class  AFPSCounter
 

Enumerations

enum class  FPSLevel : byte { Normal = 0 , Warning = 1 , Critical = 2 }
 
enum class  OperationMode : byte { Disabled , Background , Normal }
 

Enumeration Type Documentation

◆ FPSLevel

enum FPSLevel : byte
strong

Enumeration of possible FPSCounterData.CurrentFpsLevel values.

Enumerator
Normal 

FPS value is normal.

Warning 

FPS value below FPSCounterData.warningLevelValue.

Critical 

FPS value below or equal to FPSCounterData.criticalLevelValue.

◆ OperationMode

enum OperationMode : byte
strong

Enumeration of possible AFPSCounter.OperationMode values.

Enumerator
Disabled 

Removes all counters and stops all internal processes except the global hotkey listening.

Background 

Allows to read all enabled counters data keeping them hidden and avoiding any additional resources usage for assembling and showing counters values on screen.

Normal 

Allows to see counters on screen and runs all internal processes as intended.