C# Class Category5.Profiler

Afficher le fichier Open project: AnyKey/tojam4

Méthodes publiques

Méthode Description
AddToDebugOutput ( string text ) : void
EndTime ( string function, bool outputToDebug ) : void
GetElapsedTime ( string function ) : long
OutputBuffer ( ) : void
StartTime ( string function ) : void

Method Details

AddToDebugOutput() public static méthode

public static AddToDebugOutput ( string text ) : void
text string
Résultat void

EndTime() public static méthode

public static EndTime ( string function, bool outputToDebug ) : void
function string
outputToDebug bool
Résultat void

GetElapsedTime() public static méthode

public static GetElapsedTime ( string function ) : long
function string
Résultat long

OutputBuffer() public static méthode

public static OutputBuffer ( ) : void
Résultat void

StartTime() public static méthode

public static StartTime ( string function ) : void
function string
Résultat void