C# Class Profiler, filezoo

Inheritance: UnrealBuildTool.ModuleRules
Afficher le fichier Open project: kig/filezoo Class Usage Examples

Méthodes publiques

Свойство Type Description
GlobalPrintProfile bool
MinTime double
Prefix string
PrintProfile Print,
TotalElapsed double
Watch Stopwatch,

Méthodes publiques

Méthode Description
Profiler ( ) : System
Profiler ( string prefix ) : System
Profiler ( string prefix, double minTime ) : System
Reset ( ) : void
Restart ( ) : void
Start ( ) : void
Stop ( ) : void
Time ( string message ) : void
Time ( string format, object o1 ) : void
Time ( string format, object o1, object o2 ) : void
Total ( string message ) : void
Total ( string format, object o1 ) : void
Total ( string format, object o1, object o2 ) : void

Private Methods

Méthode Description
PrintTime ( string message, double elapsedMilliseconds, string prefix ) : void

Method Details

Profiler() public méthode

public Profiler ( ) : System
Résultat System

Profiler() public méthode

public Profiler ( string prefix ) : System
prefix string
Résultat System

Profiler() public méthode

public Profiler ( string prefix, double minTime ) : System
prefix string
minTime double
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Time() public méthode

public Time ( string message ) : void
message string
Résultat void

Time() public méthode

public Time ( string format, object o1 ) : void
format string
o1 object
Résultat void

Time() public méthode

public Time ( string format, object o1, object o2 ) : void
format string
o1 object
o2 object
Résultat void

Total() public méthode

public Total ( string message ) : void
message string
Résultat void

Total() public méthode

public Total ( string format, object o1 ) : void
format string
o1 object
Résultat void

Total() public méthode

public Total ( string format, object o1, object o2 ) : void
format string
o1 object
o2 object
Résultat void

Property Details

GlobalPrintProfile public_oe static_oe property

public static bool GlobalPrintProfile
Résultat bool

MinTime public_oe property

public double MinTime
Résultat double

Prefix public_oe property

public string Prefix
Résultat string

PrintProfile public_oe property

public Print, PrintProfile
Résultat Print,

TotalElapsed public_oe property

public double TotalElapsed
Résultat double

Watch public_oe property

public Stopwatch, Watch
Résultat Stopwatch,