Package ch.ethz.vs.benchmark

Examples of ch.ethz.vs.benchmark.PerformanceResults


public class PlotPerfResults {
 
  public static void main(String[] args) {
   
    PerformanceResults pr = new PerformanceResults();
    pr.response_time_total = 100;
   
   
//    Chart c = new Chart(pr);
  }
View Full Code Here

TOP

Related Classes of ch.ethz.vs.benchmark.PerformanceResults

Copyright © 2018 www.massapicom. 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.