aboutsummaryrefslogtreecommitdiff
path: root/src/xz/mytime.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-06-23xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin1-2/+2
2013-07-04xz: Move some of the timing code into mytime.[hc].Lasse Collin1-0/+89
This switches units from microseconds to milliseconds. New clock_gettime(CLOCK_MONOTONIC) will be used if available. There is still a fallback to gettimeofday().