Home
last modified time | relevance | path

Searched refs:status_time (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dmodels.py290 status_time = db.DateTimeProperty(indexed=False) variable in _StatusRecord
Dpipeline.py810 status_record.status_time = datetime.datetime.utcnow()
3010 output['statusTimeMs'] = _get_timestamp_ms(status_record.status_time)
/external/fio/
Dstat.c1492 static struct timeval status_time; variable
1534 fio_gettime(&status_time, NULL); in check_for_running_stats()
1536 } else if (mtime_since_now(&status_time) >= status_interval) { in check_for_running_stats()
1538 fio_gettime(&status_time, NULL); in check_for_running_stats()