Home | History | Annotate | Download | only in model

Lines Matching refs:buildResults

24 import org.eclipse.test.internal.performance.results.db.BuildResults;
460 int initStatus(BuildResults buildResults) {
464 double buildValue = buildResults.getValue();
465 ConfigResults configResults = (ConfigResults) buildResults.getParent();
466 BuildResults baselineResults = configResults.getBaselineBuildResults(buildResults.getName());
477 long currentCount = buildResults.getCount();
484 double ttestValue = Util.computeTTest(baselineResults, buildResults);
485 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2);
492 double currentError = buildResults.getError();
503 double currentBuildValue = buildResults.getValue();