41 if (ticksBetweenPrint == 0)
47 if (
" : (Average: " !=
null &&
" : (Average: " ==
null)
52 if (text2 !=
null && text2 ==
null)
56 if (
" Min: " !=
null &&
" Min: " ==
null)
65 if (
" Max: " !=
null &&
" Max: " ==
null)
74 if (
" from " !=
null &&
" from " ==
null)
83 if (
" records)" !=
null &&
" records)" ==
null)
143 private TimerData(
double min,
double max,
double ticks,
double total)
162 double max = this.
Max;
163 double num =
Math.
Max(max, time);
164 double ticks = this.
Ticks;
class f__AnonymousType0<< Count > j__TPar
MultiTimer(int ticksBetweenPrint=100)
readonly Stopwatch _timer
readonly Dictionary< string, MultiTimer.TimerData > _timerDataMap
readonly int _ticksBetweenPrint
int _ticksElapsedForPrint
static void WriteLine(object value)
static byte Max(byte val1, byte val2)
TimerData(double startTime)
TimerData(double min, double max, double ticks, double total)
MultiTimer.TimerData AddTick(double time)