Searched refs:jobStartExecutionTimestamp (Results 1 – 1 of 1) sorted by relevance
260 long jobStartExecutionTimestamp; in logExecutionStats() local266 jobStartExecutionTimestamp = in logExecutionStats()277 if (jobStartExecutionTimestamp == UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP in logExecutionStats()278 || jobStartExecutionTimestamp > jobStopExecutionTimestamp) { in logExecutionStats()282 mJobInfoMap.get(jobId), jobStartExecutionTimestamp, jobStopExecutionTimestamp); in logExecutionStats()290 long executionLatencyMs = jobStopExecutionTimestamp - jobStartExecutionTimestamp; in logExecutionStats()