1 write to Stopwatch
Microsoft.Maui.Controls (1)
Profiler.cs (1)
52
Stopwatch
= new Stopwatch();
4 references to Stopwatch
Microsoft.Maui.Controls (4)
Profiler.cs (4)
114
if (!
Stopwatch
.IsRunning)
115
Stopwatch
.Start();
146
_start =
Stopwatch
.ElapsedTicks;
171
var ticks =
Stopwatch
.ElapsedTicks - _start;