Searched refs:triptime (Results 1 – 2 of 2) sorted by relevance
871 long triptime = 0; in gather_statistics() local884 triptime = tv->tv_sec * 1000000 + tv->tv_usec; in gather_statistics()885 if (triptime < 0) { in gather_statistics()886 fprintf(stderr, "Warning: time of day goes back (%ldus), taking countermeasures.\n", triptime); in gather_statistics()887 triptime = 0; in gather_statistics()895 tsum += triptime; in gather_statistics()896 tsum2 += (long long)triptime * (long long)triptime; in gather_statistics()897 if (triptime < tmin) in gather_statistics()898 tmin = triptime; in gather_statistics()899 if (triptime > tmax) in gather_statistics()[all …]
412 !* Noah L. Meyerhans <frodo@morgul.net> What is the problem with "long" triptime?