Method | Description | |
---|---|---|
Draw ( |
||
GetAverageTime ( int barIndex, string markerName ) : float |
Get avarage time of given bar index and marker name.
|
|
Initialize ( ) : void | ||
TimeRuler ( Microsoft.Xna.Framework.Game game ) : System |
Method | Description | |
---|---|---|
LoadContent ( ) : void |
Method | Description | |
---|---|---|
BeginMark ( int barIndex, string markerName, Color color ) : void | ||
BeginMark ( string markerName, Color color ) : void | ||
CommandExecute ( IDebugCommandHost host, string command, IList |
'tr' command execution.
|
|
Draw ( Vector2 position, int width ) : void | ||
EndMark ( int barIndex, string markerName ) : void | ||
EndMark ( string markerName ) : void | ||
ResetLog ( ) : void | ||
StartFrame ( ) : void |
public Draw ( |
||
gameTime | ||
return | void |
public GetAverageTime ( int barIndex, string markerName ) : float | ||
barIndex | int | Index of bar |
markerName | string | name of marker |
return | float |
public TimeRuler ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |