Examples of Target_performance_02


Examples of org.jacoco.core.test.targets.Target_performance_02

        getInstrumentedRunnable(Target_performance_01.class));
  }

  @Test
  public void performance02() throws Exception {
    Runnable reference = new Target_performance_02();
    runPerformanceComparison(reference.toString(), reference,
        getInstrumentedRunnable(Target_performance_02.class));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.