mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
feat: Additional binary search extensions, AddSorted methods renamed to InsertSorted
This commit is contained in:
@@ -178,7 +178,7 @@ namespace ICD.Common.Utils.Timers
|
||||
long duration = stopwatch.ElapsedTicks;
|
||||
stopwatch.Stop();
|
||||
|
||||
orderedMs.AddSorted(duration);
|
||||
orderedMs.InsertSorted(duration);
|
||||
totalTicks += duration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user