Uses of Class
org.eclipse.test.internal.performance.data.Dim

Packages that use Dim
org.eclipse.test.internal.performance   
org.eclipse.test.internal.performance.data   
org.eclipse.test.internal.performance.db   
org.eclipse.test.internal.performance.eval   
org.eclipse.test.internal.performance.results   
 

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

Fields in org.eclipse.test.internal.performance declared as Dim
static Dim InternalDimensions.BUFFERS_LINUX
           
static Dim InternalDimensions.BYTES_READ
           
static Dim InternalDimensions.BYTES_WRITTEN
           
static Dim InternalDimensions.COMITTED
           
static Dim InternalDimensions.COMMIT_LIMIT
           
static Dim InternalDimensions.COMMIT_PEAK
           
static Dim InternalDimensions.COMMIT_TOTAL
           
static Dim InternalDimensions.CPU_TIME
           
static Dim InternalDimensions.DRS
           
static Dim InternalDimensions.ELAPSED_PROCESS
           
static Dim InternalDimensions.FREE_LINUX_MEM
           
static Dim InternalDimensions.GDI_OBJECTS
           
static Dim InternalDimensions.HANDLE_COUNT
           
static Dim InternalDimensions.HARD_PAGE_FAULTS
           
static Dim InternalDimensions.INVOCATION_COUNT
           
static Dim InternalDimensions.KERNEL_NONPAGED
           
static Dim InternalDimensions.KERNEL_PAGED
           
static Dim InternalDimensions.KERNEL_TIME
           
static Dim InternalDimensions.KERNEL_TOTAL
           
static Dim InternalDimensions.LRS
           
static Dim InternalDimensions.OPEN_HANDLES
           
static Dim InternalDimensions.PAGE_FAULTS
           
static Dim InternalDimensions.PAGE_SIZE
           
static Dim InternalDimensions.PHYSICAL_AVAIL
           
static Dim InternalDimensions.PHYSICAL_TOTAL
           
static Dim InternalDimensions.PROCESS_COUNT
           
static Dim InternalDimensions.READ_COUNT
           
static Dim InternalDimensions.SOFT_PAGE_FAULTS
           
static Dim InternalDimensions.SYSTEM_CACHE
           
static Dim InternalDimensions.SYSTEM_TIME
           
static Dim InternalDimensions.THREAD_COUNT
           
static Dim InternalDimensions.TRS
           
static Dim InternalDimensions.USED_JAVA_HEAP
           
static Dim InternalDimensions.USED_LINUX_MEM
           
static Dim InternalDimensions.USER_OBJECTS
           
static Dim InternalDimensions.WORKING_SET
           
static Dim InternalDimensions.WORKING_SET_PEAK
           
static Dim InternalDimensions.WRITE_COUNT
           
 

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

Methods in org.eclipse.test.internal.performance.data that return Dim
 Dim Scalar.getDimension()
           
static Dim Dim.getDimension(int id)
           
 Dim[] DataPoint.getDimensions()
           
 

Methods in org.eclipse.test.internal.performance.data with parameters of type Dim
 boolean DataPoint.contains(Dim dimension)
           
 Scalar DataPoint.getScalar(Dim dimension)
           
 

Constructors in org.eclipse.test.internal.performance.data with parameters of type Dim
Scalar(Dim dimension, long extent)
           
 

Uses of Dim in org.eclipse.test.internal.performance.db
 

Fields in org.eclipse.test.internal.performance.db declared as Dim
 Dim SummaryEntry.dimension
           
 

Methods in org.eclipse.test.internal.performance.db that return Dim
 Dim[] Scenario.getDimensions()
           
 

Methods in org.eclipse.test.internal.performance.db with parameters of type Dim
static Scenario DB.getScenarioSeries(java.lang.String scenarioName, Variations v, java.lang.String seriesKey, java.lang.String startBuild, java.lang.String endBuild, Dim[] dims)
           
 TimeSeries Scenario.getTimeSeries(Dim dim)
           
static Scenario[] DB.queryScenarios(java.lang.String configName, java.lang.String[] buildPatterns, java.lang.String scenarioPattern, Dim[] dimensions)
          Deprecated. Use queryScenarios(Variations variations, ...) instead
static Scenario[] DB.queryScenarios(Variations variations, java.lang.String scenarioPattern, java.lang.String seriesKey, Dim[] dimensions)
          Returns all Scenarios that match the given variation and scenario pattern.
 

Constructors in org.eclipse.test.internal.performance.db with parameters of type Dim
Scenario(java.lang.String scenario, Variations variations, java.lang.String seriesKey, Dim[] dimensions)
          Deprecated.  
 

Uses of Dim in org.eclipse.test.internal.performance.eval
 

Methods in org.eclipse.test.internal.performance.eval that return Dim
 Dim[] AssertChecker.getDimensions()
           
 

Methods in org.eclipse.test.internal.performance.eval with parameters of type Dim
 boolean StatisticsSession.contains(Dim dimension)
           
 double StatisticsSession.getAverage(Dim dimension)
           
 double[] StatisticsSession.getConfidenceInterval(Dim dimension, StatisticsUtil.Percentile percentile)
          Returns the confidence interval for the given dimension and the percentile.
 long StatisticsSession.getCount(Dim dimension)
           
 double StatisticsSession.getStddev(Dim dimension)
           
 long StatisticsSession.getSum(Dim dimension)
           
 

Constructors in org.eclipse.test.internal.performance.eval with parameters of type Dim
AbsoluteBandChecker(Dim dimension, long lowerBand, long upperBand)
           
AssertChecker(Dim dimension)
           
AssertChecker(Dim[] dimensions)
           
RelativeBandChecker(Dim dimension, double lowerBand, double upperBand)
           
 

Uses of Dim in org.eclipse.test.internal.performance.results
 

Fields in org.eclipse.test.internal.performance.results declared as Dim
static Dim AbstractResults.DEFAULT_DIM
          The default dimension used to display results (typically in fingerprints).
static Dim[] AbstractResults.SUPPORTED_DIMS
          The list of supported dimensions.
 

Methods in org.eclipse.test.internal.performance.results that return Dim
 Dim[] BuildResults.getDimensions()
          Returns the dimensions supported for the current build.