private void start_Click_1(object sender, RoutedEventArgs e) { HeavyProfiler.Clean(); HeavyProfiler.Enabled = true; UpdateInterface(); }
public void Clear() { ProfilerPermission.ViewHeavyProfiler.AssertAuthorized(); HeavyProfiler.Clean(); }