Package org.eclipse.test.internal.performance

Examples of org.eclipse.test.internal.performance.NullPerformanceMeter


   *
   * @return the null performance meter singleton
   */
  public PerformanceMeter getNullPerformanceMeter() {
    if (fNullPeformanceMeter == null)
      fNullPeformanceMeter= new NullPerformanceMeter();
    return fNullPeformanceMeter;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.test.internal.performance.NullPerformanceMeter

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.