11 public readonly
double Min;
13 public readonly
double Max;
MultiTimer(int ticksBetweenPrint=100)
readonly Dictionary< string, TimerData > _timerDataMap
readonly Stopwatch _timer
readonly int _ticksBetweenPrint
int _ticksElapsedForPrint
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
void Add(TKey key, TValue value)
static byte Min(byte val1, byte val2)
static byte Max(byte val1, byte val2)
TimerData(double startTime)
TimerData AddTick(double time)
TimerData(double min, double max, double ticks, double total)