public void MixedBlocked() { string path = Constants.GetTestingPerfDumpPath("mixed_switches"); this.TotalBlockedTimeTest(path, expectedTotalBlockedPeriod: 8.0); }
public void NoTimeBlocked2_Induced() { string path = Constants.GetTestingPerfDumpPath("notimeblocked_induced"); this.TotalBlockedTimeTest(path, expectedTotalBlockedPeriod: 2.0); }
public void NoTimeBlocked1() { string path = Constants.GetTestingPerfDumpPath("onegeneric"); TotalBlockedTimeTest(path, expectedTotalBlockedPeriod: 0.0); }
public void OneIncomplateContextSwitch() { string path = Constants.GetTestingPerfDumpPath("one_incomplete_switch"); this.TotalBlockedTimeTest(path, expectedTotalBlockedPeriod: 1.0); }
public void ZipDump() { Write(Constants.GetTestingFilePath(@"symbol-tests.trace.zip")); }