Examples of Target_performance_01


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

    runtime.startup();
  }

  @Test
  public void performance01() throws Exception {
    Runnable reference = new Target_performance_01();
    runPerformanceComparison(reference.toString(), reference,
        getInstrumentedRunnable(Target_performance_01.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.