|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.Utilities.MultiTimer:Classes | |
| struct | TimerData |
Public Member Functions | |
| MultiTimer () | |
| MultiTimer (int ticksBetweenPrint) | |
| void | Start () |
| void | Record (string key) |
| bool | StopAndPrint () |
Private Attributes | |
| int | _ticksBetweenPrint |
| int | _ticksElapsedForPrint |
| Stopwatch | _timer |
| Dictionary< string, MultiTimer.TimerData > | _timerDataMap |
Definition at line 10 of file MultiTimer.cs.