Searched refs:TIME_LOG (Results 1 – 2 of 2) sorted by relevance
75 static final int TIME_LOG = 2; field in FingerPrintGraph79 TIME_LOG,223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue; in drawBars()248 double baselineGraphValue = kind == TIME_LOG ? Math.log(baselineValue) : baselineValue; in drawBars()252 if (kind == TIME_LOG || baselineErrorLength <= 1) { in drawBars()289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue; in drawBars()292 if (kind == TIME_LOG || currentErrorLength <= 1) { in drawBars()515 case TIME_LOG:545 case TIME_LOG:
33 TIME_LOG = 'time.log' variable253 time_log_file = self._results_file(name, 'with_rendering', TIME_LOG)