quirc/tests
Dmitrij D. Czarkoff c13db788bb Use clock_gettime() instead of clock()
clock() provides approximation of processor time used, measured in "clocks".
Amount of clock per second varies between 100 (Minix, NetBSD, OpenBSD), 128
(DragonFly BSD, FreeBSD, older versions of MacOS X), 1000 (Windows) and 1000000
(Linux, newer versions of MacOS X, Solaris).  The range of these numbers make
conversion to milliseconds (the unit of display in `qrtest`) problematic.
clock_gettime() with its nanosecond time base appears to be a better and more
portable alternative to clock().
2016-08-13 23:14:55 +02:00
..
dbgutil.c Replaced remaining instance of png_infopp_NULL 2016-08-11 01:21:45 +02:00
dbgutil.h check_if_png: clarify comments. 2016-07-14 16:04:26 +02:00
inspect.c png support for inspect and qrtest. 2016-07-12 09:34:11 +02:00
qrtest.c Use clock_gettime() instead of clock() 2016-08-13 23:14:55 +02:00