terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ StopAndPrint()

bool Terraria.Utilities.MultiTimer.StopAndPrint ( )
inline

Definition at line 37 of file MultiTimer.cs.

38 {
40 Stopwatch timer = this._timer;
42 Console.WriteLine("Average elapsed time: ");
43 Dictionary<string, MultiTimer.TimerData> timerDataMap = this._timerDataMap;
44 if (ticksBetweenPrint == 0)
45 {
46 }
47 string text;
48 if (text == null || text != null)
49 {
50 if (" : (Average: " != null && " : (Average: " == null)
51 {
53 }
54 string text2;
55 if (text2 != null && text2 == null)
56 {
58 }
59 if (" Min: " != null && " Min: " == null)
60 {
62 }
63 string text3;
64 if (text3 != null && text3 == null)
65 {
67 }
68 if (" Max: " != null && " Max: " == null)
69 {
71 }
72 string text4;
73 if (text4 != null && text4 == null)
74 {
76 }
77 if (" from " != null && " from " == null)
78 {
80 }
81 string text5;
82 if (text5 != null && text5 == null)
83 {
85 }
86 if (" records)" != null && " records)" == null)
87 {
89 }
90 string text6;
92 string text8;
93 string text7 = "Total : " + text8 + "ms";
94 if ("ms" == null)
95 {
96 }
98 }
100 }
class f__AnonymousType0<< Count > j__TPar
static void WriteLine(object value)
Definition Console.cs:134
Dictionary< string, MultiTimer.TimerData > _timerDataMap

References Terraria.Utilities.MultiTimer._ticksBetweenPrint, Terraria.Utilities.MultiTimer._timer, Terraria.Utilities.MultiTimer._timerDataMap, j__TPar, System.text, and System.Console.WriteLine().