Home
last modified time | relevance | path

Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtime_log.h108 LogEntry* const this_time = time_logs + i; in PrintTimeLog() local
111 (this_time->time_stamp - last_time->time_stamp) / 1000000.0f; in PrintTimeLog()
113 const float avg_time = UpdateAverage(this_time->id, curr_time); in PrintTimeLog()
116 LOGD("%32s: %6.3fms %6.4fms", this_time->id, curr_time, avg_time); in PrintTimeLog()
117 last_time = this_time; in PrintTimeLog()
/external/blktrace/
Dverify_blkparse.c10 double this_time, last_time; in main() local
51 if (sscanf(p, "%3d,%3d %5d %8d %lf", &major, &minor, &cpu, &seq, &this_time) != 5) in main()
54 if (this_time < last_time) { in main()
60 last_time = this_time; in main()