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
Loading...
Searching...
No Matches
ReLogic.Utilities.MultiTimer Class Reference
+ Collaboration diagram for ReLogic.Utilities.MultiTimer:

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
 

Detailed Description

Definition at line 11 of file MultiTimer.cs.


The documentation for this class was generated from the following file: