1 write to _start
Microsoft.Maui.Controls (1)
Profiler.cs (1)
146
_start
= Stopwatch.ElapsedTicks;
2 references to _start
Microsoft.Maui.Controls (2)
Profiler.cs (2)
168
if (Running &&
_start
== 0)
171
var ticks = Stopwatch.ElapsedTicks -
_start
;