Uses of Interface
org.eclipse.test.performance.Dimension

Packages that use Dimension
org.eclipse.jdt.core.tests.performance   
org.eclipse.test.internal.performance   
org.eclipse.test.internal.performance.data   
org.eclipse.test.performance   
 

Uses of Dimension in org.eclipse.jdt.core.tests.performance
 

Methods in org.eclipse.jdt.core.tests.performance with parameters of type Dimension
 void FullSourceWorkspaceTests.tagAsGlobalSummary(java.lang.String shortName, Dimension dimension)
          Deprecated. Use FullSourceWorkspaceTests.tagAsGlobalSummary(String,Dimension,boolean) instead
 void FullSourceWorkspaceTests.tagAsGlobalSummary(java.lang.String shortName, Dimension[] dimensions)
          Deprecated. We do not use this method...
 void FullSourceWorkspaceTests.tagAsSummary(java.lang.String shortName, Dimension dimension)
          Deprecated. Use FullSourceWorkspaceTests.tagAsSummary(String,Dimension,boolean) instead
 void FullSourceWorkspaceTests.tagAsSummary(java.lang.String shortName, Dimension[] dimensions)
          Deprecated. We do not use this method...
 void FullSourceWorkspaceTests.tagAsSummary(java.lang.String shortName, Dimension[] dimensions, boolean fingerprint)
           
 void FullSourceWorkspaceTests.tagAsSummary(java.lang.String shortName, Dimension dimension, boolean fingerprint)
           
 

Uses of Dimension in org.eclipse.test.internal.performance
 

Methods in org.eclipse.test.internal.performance with parameters of type Dimension
 void InternalPerformanceMeter.tagAsSummary(boolean global, java.lang.String shortName, Dimension[] dims)
           
 

Uses of Dimension in org.eclipse.test.internal.performance.data
 

Classes in org.eclipse.test.internal.performance.data that implement Dimension
 class Dim
           
 

Methods in org.eclipse.test.internal.performance.data that return Dimension
 Dimension[] Sample.getSummaryDimensions()
           
 

Methods in org.eclipse.test.internal.performance.data with parameters of type Dimension
 void Sample.tagAsSummary(boolean global, java.lang.String shortName, Dimension[] summaryDimensions, int commentType, java.lang.String comment)
           
 

Uses of Dimension in org.eclipse.test.performance
 

Fields in org.eclipse.test.performance declared as Dimension
static Dimension Dimension.COMITTED
          The total amount of committed memory (for the entire machine).
static Dimension Dimension.CPU_TIME
          The amount of CPU time used so far by this process.
static Dimension Dimension.ELAPSED_PROCESS
          The total elapsed time this process has been running.
static Dimension Dimension.KERNEL_TIME
          The amount of time that the process has executed in kernel mode.
static Dimension Dimension.USED_JAVA_HEAP
          The amount of memory used in the JVM.
static Dimension Dimension.WORKING_SET
          WORKING_SET is the amount of memory in the working set of this process.
static Dimension Dimension.WORKING_SET_PEAK
          WORKING_SET_PEAK is the maximum amount of memory in the working set of this process at any point in time.
 

Methods in org.eclipse.test.performance with parameters of type Dimension
 void Performance.assertPerformanceInAbsoluteBand(PerformanceMeter performanceMeter, Dimension dim, int lowerBand, int upperBand)
          Asserts that the measurement specified by the dimension captured in the given performance meter is within a certain range with respect to some reference value.
 void Performance.assertPerformanceInRelativeBand(PerformanceMeter performanceMeter, Dimension dim, int lowerPercentage, int upperPercentage)
          Asserts that the measurement specified by the dimension captured in the given performance meter is within a certain range with respect to some reference value.
 void Performance.tagAsGlobalSummary(PerformanceMeter pm, java.lang.String shortName, Dimension dimension)
          Mark the scenario represented by the given PerformanceMeter to be included into the global and the component performance summary.
 void Performance.tagAsGlobalSummary(PerformanceMeter pm, java.lang.String shortName, Dimension[] dimensions)
          Mark the scenario represented by the given PerformanceMeter to be included into the global and the component performance summary.
 void PerformanceTestCase.tagAsGlobalSummary(java.lang.String shortName, Dimension dimension)
          Mark the scenario of this test case to be included into the global and the component performance summary.
 void PerformanceTestCase.tagAsGlobalSummary(java.lang.String shortName, Dimension[] dimensions)
          Mark the scenario represented by the given PerformanceMeter to be included into the global and the component performance summary.
 void Performance.tagAsSummary(PerformanceMeter pm, java.lang.String shortName, Dimension dimension)
          Mark the scenario represented by the given PerformanceMeter to be included into the component performance summary.
 void Performance.tagAsSummary(PerformanceMeter pm, java.lang.String shortName, Dimension[] dimensions)
          Mark the scenario represented by the given PerformanceMeter to be included into the component performance summary.
 void PerformanceTestCase.tagAsSummary(java.lang.String shortName, Dimension dimension)
          Mark the scenario of this test case to be included into the component performance summary.
 void PerformanceTestCase.tagAsSummary(java.lang.String shortName, Dimension[] dimensions)
          Mark the scenario represented by the given PerformanceMeter to be included into the component performance summary.