C# Class Universe.Framework.Utilities.Profiler

Keeps track of data and builds a graph out of the given data
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Méthode Description
AddStat ( string Name, double value ) : void
DrawGraph ( string StatName ) : FastBitmap
DrawGraph ( string StatName, double MaxVal ) : FastBitmap
GetStat ( string Name ) : ProfilerValueManager

Private Methods

Méthode Description
DrawLine ( double y, double ScaleFactor ) : bool
IsInGraphBar ( int x, int y, double Stats, double scaleFactor ) : bool

Method Details

AddStat() public méthode

public AddStat ( string Name, double value ) : void
Name string
value double
Résultat void

DrawGraph() public méthode

public DrawGraph ( string StatName ) : FastBitmap
StatName string
Résultat FastBitmap

DrawGraph() public méthode

public DrawGraph ( string StatName, double MaxVal ) : FastBitmap
StatName string
MaxVal double
Résultat FastBitmap

GetStat() public méthode

public GetStat ( string Name ) : ProfilerValueManager
Name string
Résultat ProfilerValueManager