aboutsummaryrefslogtreecommitdiff
path: root/src/xz/mytime.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.Lasse Collin1-4/+0
2019-05-11spellingAntoine Cœur1-1/+1
2013-07-04xz: Move some of the timing code into mytime.[hc].Lasse Collin1-0/+47
This switches units from microseconds to milliseconds. New clock_gettime(CLOCK_MONOTONIC) will be used if available. There is still a fallback to gettimeofday().