Package com.inspiresoftware.lib.dto.geda.performance

Examples of com.inspiresoftware.lib.dto.geda.performance.PerformanceTestLevel3Thread.run()


  @Override
  protected void doGet(final HttpServletRequest req, final HttpServletResponse resp)
      throws ServletException, IOException {
   
    final PerformanceTestLevel3Thread task = new PerformanceTestLevel3Thread(2000, listener);
    task.run(); // just do it in this request.
    resp.getOutputStream().print(task.toString());
   
  }
 
}
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.