public void TestStarted(TestName testName) { testRunning = true; currentTestName = testName; s.SetCaptureSeconds(CAPTURE_TIME_IN_SECONDS); t.Start(); s.Capture(true); captureRunning = true; }
public void Trace5Seconds() { s.SetCaptureSeconds(5); s.Capture(); }