Свойство | Type | Description | |
---|---|---|---|
GlobalPrintProfile | bool | ||
MinTime | double | ||
Prefix | string | ||
PrintProfile | Print, | ||
TotalElapsed | double | ||
Watch | Stopwatch, |
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 |
Méthode | Description | |
---|---|---|
PrintTime ( string message, double elapsedMilliseconds, string prefix ) : void |
public Profiler ( string prefix, double minTime ) : System | ||
prefix | string | |
minTime | double | |
Résultat | System |
public Time ( string format, object o1 ) : void | ||
format | string | |
o1 | object | |
Résultat | void |
public Time ( string format, object o1, object o2 ) : void | ||
format | string | |
o1 | object | |
o2 | object | |
Résultat | void |
public Total ( string format, object o1 ) : void | ||
format | string | |
o1 | object | |
Résultat | void |
public Total ( string format, object o1, object o2 ) : void | ||
format | string | |
o1 | object | |
o2 | object | |
Résultat | void |