Searched refs:TIME_LOG (Results 1 - 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java75 static final int TIME_LOG = 2; field in class:FingerPrintGraph
79 TIME_LOG,
223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue;
248 double baselineGraphValue = kind == TIME_LOG ? Math.log(baselineValue) : baselineValue;
252 if (kind == TIME_LOG || baselineErrorLength <= 1) {
289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue;
292 if (kind == TIME_LOG || currentErrorLength <= 1) {
515 case TIME_LOG:
545 case TIME_LOG:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 28 milliseconds