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

Packages that use DataPoint
org.eclipse.jdt.core.tests.performance.util   
org.eclipse.test.internal.performance.data   
org.eclipse.test.internal.performance.db   
org.eclipse.test.internal.performance.eval   
 

Uses of DataPoint in org.eclipse.jdt.core.tests.performance.util
 

Constructors in org.eclipse.jdt.core.tests.performance.util with parameters of type DataPoint
Statistics(DataPoint[] dataPoints)
           
 

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

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

Constructors in org.eclipse.test.internal.performance.data with parameters of type DataPoint
Sample(DataPoint[] dataPoints)
           
Sample(java.lang.String scenarioID, long starttime, java.util.Map properties, DataPoint[] dataPoints)
           
 

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

Methods in org.eclipse.test.internal.performance.db that return DataPoint
static DataPoint[] DB.queryDataPoints(Variations variations, java.lang.String scenarioName, java.util.Set dims)
           
 

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

Constructors in org.eclipse.test.internal.performance.eval with parameters of type DataPoint
StatisticsSession(DataPoint[] datapoints)