Exemplo n.º 1
0
        private void start_Click_1(object sender, RoutedEventArgs e)
        {
            HeavyProfiler.Clean();
            HeavyProfiler.Enabled = true;

            UpdateInterface();
        }
Exemplo n.º 2
0
        public void Clear()
        {
            ProfilerPermission.ViewHeavyProfiler.AssertAuthorized();

            HeavyProfiler.Clean();
        }