Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Diagnostics.vxDebugTimerGraphSet Class Reference

This is an internal Engine stop watch control to measure performance. More...

Public Member Functions

 vxDebugTimerGraphSet (string name, Color color)
 
void Start ()
 Starts the Timer.
 
void Stop ()
 Get the amount of time now.
 

Public Attributes

string Name = ""
 
Color Color
 
float Average = 0
 
int SampleSizeForAvg = 50
 
VertexPositionColor[] Vertices
 The Vertices Queue as an Array.
 
Queue< float > TimeQueue
 
float Difference = 0
 
float PreviousDifference = 0
 
Rectangle Backing
 
bool IsVisible = false
 

Detailed Description

This is an internal Engine stop watch control to measure performance.


The documentation for this class was generated from the following file: