private void simpleButton1_Click(object sender, EventArgs e)
 {
     _textBox.Clear();
     _textBox.Text = PerfAnalyzer.GetPerformanceReport();
 }