OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIME_LOG
(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/
FingerPrintGraph.java
75
static final int
TIME_LOG
= 2;
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/
performanceui.jar
Completed in 28 milliseconds