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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dmodels.py282 status_time: When the status was written.
290 status_time = db.DateTimeProperty(indexed=False) variable in class:_StatusRecord
H A Dpipeline.py810 status_record.status_time = datetime.datetime.utcnow()
3010 output['statusTimeMs'] = _get_timestamp_ms(status_record.status_time)
/external/fio/
H A Dstat.c1492 static struct timeval status_time; variable in typeref:struct:timeval
1534 fio_gettime(&status_time, NULL);
1536 } else if (mtime_since_now(&status_time) >= status_interval) {
1538 fio_gettime(&status_time, NULL);

Completed in 96 milliseconds