Package com.google.dart.engine.utilities.general

Examples of com.google.dart.engine.utilities.general.TimeCounter


  /**
   * Reset all of the time counters to zero.
   */
  public static void reset() {
    io = new TimeCounter();
    scan = new TimeCounter();
    parse = new TimeCounter();
    resolve = new TimeCounter();
    angular = new TimeCounter();
    polymer = new TimeCounter();
    errors = new TimeCounter();
    hints = new TimeCounter();
  }
View Full Code Here

TOP

Related Classes of com.google.dart.engine.utilities.general.TimeCounter

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.