summaryrefslogtreecommitdiff
path: root/perf/cairo-stats.h
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-3/+3
Ran a script to align the formal parameters of functions and collapse spaces to tabs in code.
2008-10-19[perf] A crude tool to visualise performance changes across a series.Chris Wilson1-8/+0
Generate a cairo-perf-diff graph for a series of commits in order to be able to identify significant commits. Still very crude, but minimally functional.
2006-11-08perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLESCarl Worth1-8/+1
We don't need this at this deep level since callers can now implement this limiting manually since stats.iterations is now returned. Also, this was interfering with the -i option to cairo-perf anyway.
2006-11-08perf: Move statistics code into new cairo-stats.h for sharingCarl Worth1-0/+51