summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-posix.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-24perf: Fix build on win32Andrea Canciani1-2/+6
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-12/+12
2010-03-31perf: Fix timestamp computation on MacOS XAndrea Canciani1-0/+7
2009-06-06[perf] Switch to using clock_gettime()Chris Wilson1-19/+53
2008-09-25[perf-suite] Explicitly read the results of rdtsc from edx:eax.M Joonas Pihlaja1-3/+3
2008-09-02Move _GNU_SOURCE declarations to where it's usedBehdad Esfahbod1-0/+2
2007-03-24[cairo-perf] Use full 64 bit of the clock cycle counters to avoid overflowsMathias Hasselmann1-8/+14
2006-10-05perf: Rename finalize to synchronize as it is used in both start() and stop()...Carl Worth1-10/+10
2006-10-05perf: Do backend synchronization in cairo_perf_timer_start as well as cairo_p...Carl Worth1-9/+11
2006-09-11perf: Make xlib testing wait for the X server to finish rendering.Carl Worth1-0/+12
2006-09-06perf: Handle 32-bit wraparound of performance counterCarl Worth1-0/+3
2006-09-06perf: Fix cairo_perf_ticks_per_second to avoid wraparoundCarl Worth1-1/+1
2006-09-06Prefer CPU performance counters (if available) over gettimeofday.Carl Worth1-8/+116
2006-09-06perf: Report times not rates. Interface in integers not doubles.Carl Worth1-5/+10
2006-09-05perf: Rename functions in line with cairo's naming guidelinesCarl Worth1-12/+12
2006-09-05perf: Fold cairo-perf-timer.h into cairo-perf.hCarl Worth1-0/+74