Searched refs:forBenchmark (Results 1 – 5 of 5) sorted by relevance
42 runner.forBenchmark(ExceptionInInitBenchmark.class).run(); in testExceptionInInit()65 runner.forBenchmark(ExceptionInConstructorBenchmark.class).run(); in testExceptionInConstructor()84 runner.forBenchmark(ExceptionInMethodBenchmark.class).run(); in testExceptionInMethod()99 runner.forBenchmark(ExceptionLateInMethodBenchmark.class).run(); in testExceptionInMethod_notInDryRun()118 runner.forBenchmark(ExceptionInSetUpBenchmark.class).run(); in testExceptionInSetUp()137 runner.forBenchmark(NonDeterministicAllocationBenchmark.class) in testNonDeterministicAllocation_noTrackAllocations()153 runner.forBenchmark(NonDeterministicAllocationBenchmark.class) in testNonDeterministicAllocation_trackAllocations()184 runner.forBenchmark(ComplexNonDeterministicAllocationBenchmark.class) in testComplexNonDeterministicAllocation_noTrackAllocations()194 runner.forBenchmark(ComplexNonDeterministicAllocationBenchmark.class) in testComplexNonDeterministicAllocation_trackAllocations()
41 runner.forBenchmark(TestBenchmark.class) in testSuccess()
206 runner.forBenchmark(BenchmarkThatAllocatesALot.class) in runBenchmarkWithKnownHeap()229 runner.forBenchmark(MacroBenchmarkWithLongBeforeRep.class) in maxWarmupWallTimeOptionIsHonored()
54 CaliperTestWatcher forBenchmark(Class<?> benchmarkClass) { in forBenchmark() method in CaliperTestWatcher
70 runner.forBenchmark(ArrayListGrowthBenchmark.class) in intrinsics()