Package org.eclipse.test.internal.performance

Examples of org.eclipse.test.internal.performance.InternalPerformanceMeter.tagAsSummary()


   * @param dimensions an array of dimensions to show in the summary
   */
  public void tagAsGlobalSummary(PerformanceMeter pm, String shortName, Dimension[] dimensions) {
      if (pm instanceof InternalPerformanceMeter) {
          InternalPerformanceMeter ipm= (InternalPerformanceMeter) pm;
          ipm.tagAsSummary(true, shortName, dimensions);
      }
  }

 
  /**
 
View Full Code Here


   * @param dimensions an array of dimensions to show in the summary
   */
  public void tagAsSummary(PerformanceMeter pm, String shortName, Dimension[] dimensions) {
      if (pm instanceof InternalPerformanceMeter) {
          InternalPerformanceMeter ipm= (InternalPerformanceMeter) pm;
          ipm.tagAsSummary(false, shortName, dimensions);
      }
  }

  /**
   * Set a comment for the scenario represented by the given PerformanceMeter.
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.