OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STANDARD_ERROR_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java
41
public final static double
STANDARD_ERROR_THRESHOLD
= 0.03; // 3%
59
public final static String STANDARD_ERROR_THRESHOLD_STRING = PERCENT_FORMAT.format(
STANDARD_ERROR_THRESHOLD
);
335
* <li>{@link #ERR}: if the standard error is over the expected threshold ({@link #
STANDARD_ERROR_THRESHOLD
})</li>
349
// if (resultStats[1] >= (
STANDARD_ERROR_THRESHOLD
/2)) { // warns standard error higher than the half of authorized threshold
352
if (resultStats[1] >=
STANDARD_ERROR_THRESHOLD
) { // standard error higher than the authorized threshold
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 27 milliseconds