HomeSort by relevance Sort by last modified time
    Searched refs:this_time (Results 1 - 2 of 2) sorted by null

  /external/blktrace/
verify_blkparse.c 11 double this_time, last_time; local
36 if (sscanf(p, "%3d,%3d %2d %8d %lf", &major, &minor, &cpu, &seq, &this_time) != 5)
39 if (this_time < last_time) {
45 last_time = this_time;
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 711 this_time = int(time.time())
712 timestamps.append(this_time)
714 self.log.info("%s %s" % (this_time, this_sample))
    [all...]

Completed in 42 milliseconds