Lines Matching refs:stopTime
1257 struct timeval stopTime; in compute_raw_from_trans() local
1258 gettimeofday(&stopTime, 0); in compute_raw_from_trans()
1260 if (startTime.tv_usec > stopTime.tv_usec) in compute_raw_from_trans()
1261 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_raw_from_trans()
1263 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_raw_from_trans()
1470 struct timeval stopTime; in compute_trans_from_raw() local
1471 gettimeofday(&stopTime, 0); in compute_trans_from_raw()
1473 if (startTime.tv_usec > stopTime.tv_usec) in compute_trans_from_raw()
1474 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_trans_from_raw()
1476 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_trans_from_raw()
1601 struct timeval stopTime; in trans_context() local
1602 gettimeofday(&stopTime, 0); in trans_context()
1604 if (startTime.tv_usec > stopTime.tv_usec) in trans_context()
1605 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in trans_context()
1607 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in trans_context()
1767 struct timeval stopTime; in untrans_context() local
1768 gettimeofday(&stopTime, 0); in untrans_context()
1770 if (startTime.tv_usec > stopTime.tv_usec) in untrans_context()
1771 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in untrans_context()
1773 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in untrans_context()