Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-24 | whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/. | M Joonas Pihlaja | 1 | -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 Wilson | 1 | -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-08 | perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLES | Carl Worth | 1 | -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-08 | perf: Move statistics code into new cairo-stats.h for sharing | Carl Worth | 1 | -0/+51 | |