Home | History | Annotate | Download | only in db

Lines Matching defs:dimension

128  * Return the number of stored values for the default dimension
130 * @return the number of stored values for the default dimension
140 * Return the number of stored values for the given dimension.
142 * @param dim_id The id of the dimension (see {@link Dim#getId()})
143 * @return the number of stored values for the given dimension
187 * Returns the standard deviation of the default dimension computed
200 * Returns the standard deviation of the given dimension computed
203 * @param dim_id The id of the dimension (see {@link Dim#getId()})
240 * Return the index of the dimension corresponding to the given
241 * dimension id (see {@link Dim#getId()})
256 * Return the error computed while storing values for the default dimension
258 * @return the error of the measures stored for the default dimension
267 * Return the error computed while storing values for the given dimension.
269 * @param dim_id The id of the dimension (see {@link Dim#getId()})
270 * @return the error of the measures stored for the given dimension
290 * for the given dimension of the current build.
292 * @param dim_id The id of the dimension (see {@link Dim#getId()})
303 * for the default dimension of the current build.
460 Dim dimension = (Dim) PerformanceTestPlugin.getDimension(dim_id);
467 this.dimensions[0] = dimension;
478 this.dimensions[i] = dimension;