Package com.kellerkindt.scs.utilities

Examples of com.kellerkindt.scs.utilities.BenchMark


   * Starts a new benchmark if it is allowed via Properties.interactDebug
   * @param name
   */
  public void startBench (String name, String startInfo) {
    if (Properties.interactDebug) {
      bench = new  BenchMark (name);
      bench.start(startInfo);
    }
  }
View Full Code Here

TOP

Related Classes of com.kellerkindt.scs.utilities.BenchMark

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.