1 instantiation of Profile
Microsoft.Maui.Controls (1)
Profiler.cs (1)
117 Stack.Push(new Profile(name, id, line));
14 references to Profile
Microsoft.Maui.Controls (14)
Internals\ProfilePage.cs (2)
99 Profile.Stop(); 100 foreach (var datum in Profile.Data)
Profiler.cs (5)
34 static Stack<Profile> Stack; 51 Stack = new Stack<Profile>(Capacity); 122 var profile = Stack.Pop(); 133 var profile = Stack.Pop(); 145 this = default(Profile);
Registrar.cs (7)
449 Profile.FrameBegin(); 469 Profile.FramePartition("Reflect"); 472 string frameName = Profile.IsEnabled ? assembly.GetName().Name : "Assembly"; 473 Profile.FrameBegin(frameName); 505 Profile.FrameEnd(frameName); 509 Profile.FramePartition("DependencyService.Initialize"); 512 Profile.FrameEnd();