|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | TimerData |
Public Member Functions | |
| MultiTimer (int ticksBetweenPrint=100) | |
| void | Start () |
| void | Record (string key) |
| bool | StopAndPrint () |
Private Attributes | |
| readonly int | _ticksBetweenPrint |
| int | _ticksElapsedForPrint |
| readonly Stopwatch | _timer = new Stopwatch() |
| readonly Dictionary< string, TimerData > | _timerDataMap = new Dictionary<string, TimerData>() |
Definition at line 7 of file MultiTimer.cs.