Package org.jugile.util

Examples of org.jugile.util.Timer.stop()


  public String stats() {
    Stats st = new Stats(classes());
    Timer t = new Timer();
    cd().stats(st);
    return st.toString() + "\n stats took ms: " + t.stop();
  }
 
 
  // ========= utils =============
 
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.