terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
readonly Dictionary< string, MultiTimer.TimerData > | _timerDataMap |
Definition at line 8 of file MultiTimer.cs.