summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-diff-files.c
Commit message (Expand)AuthorAgeFilesLines
* Cairo trivial typosUnknown2018-04-021-1/+1
* perf: Refactor some macros to cairo-perf.hRavi Nanjundappa2014-04-221-1/+0
* Introduce a new compositor architectureChris Wilson2011-09-121-19/+28
* Fix typosNis Martensen2011-06-251-1/+1
* cairo-perf-diff-files: Don't print size/content for trace resultsChris Wilson2011-06-061-10/+17
* whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja2010-06-241-16/+21
* perf: Allow comparing perf reports with only one difference.M Joonas Pihlaja2010-06-171-1/+1
* perf: Fix comparisonsChris Wilson2009-10-261-7/+15
* [perf] Use milliseconds by default in cairo-perf-diff-filesChris Wilson2009-09-041-5/+8
* [perf] Print min_ticks in reportChris Wilson2009-07-311-1/+3
* [perf] Change the order of slowdowns.Chris Wilson2009-07-311-4/+7
* [perf] Add a utility to compare backends.Chris Wilson2009-01-141-1/+1
* [perf] A crude tool to visualise performance changes across a series.Chris Wilson2008-10-191-458/+0
* [perf] Silence trivial compiler warning.Chris Wilson2008-08-171-9/+9
* [win32] Make cairo-perf-diff run on win32Frederic Plourde2008-07-171-2/+54
* [cairo-perf-diff-files] Only use a valid initializer for min_test.Chris Wilson2007-10-241-2/+7
* [cairo-perf-diff-files] Check for terminator before comparing tests.Chris Wilson2007-10-231-7/+16
* [perf] Check availability before including nonstandard headersBehdad Esfahbod2007-04-301-0/+2
* Add missing prototypes for getline and strndupCarl Worth2007-04-281-2/+10
* cairo-perf-diff-files: Add missing include of libgen.h for basenameCarl Worth2007-04-281-0/+1
* cairo-perf-diff-files: Always print old and new configuration namesCarl Worth2007-04-261-6/+6
* Make the traditional speedup vs. slowdown report style available againCarl Worth2007-04-251-9/+103
* Implement support for generating a report from more than two filesCarl Worth2007-04-251-113/+157
* cairo-perf-diff-files: Use pointers instead of indexing to iterate over reportsCarl Worth2007-04-251-13/+18
* cairo-perf-diff-files: Simplify code to grow report->testsCarl Worth2007-04-251-9/+5
* cairo-perf-diff-files: Sort and compute stats at the time of loading a reportCarl Worth2007-04-251-75/+75
* cairo-perf-diff: Separate command-line options within the args structureCarl Worth2007-04-251-19/+25
* Move implementation of getline and strndupCarl Worth2007-04-251-55/+53
* Replace old and new reports with reports arrayCarl Worth2007-04-251-4/+7
* Replace old_filename and new_filename with a filenames arrayCarl Worth2007-04-251-17/+13
* cairo-perf-diff-files: Add new --min-change option, (replacing third position...Carl Worth2007-04-251-16/+23
* cairo-perf-diff-files: Remove some overzealous option parsing.Carl Worth2007-04-251-7/+6
* cairo-perf-diff: Use median not minimum to report differencesCarl Worth2007-04-131-5/+5
* Add --use-ms option to cairo-perf-diff-filesKalle Vahlman2007-01-191-1/+15
* Make UTF-8 output from cairo-perf-diff-files optionalM Joonas Pihlaja2007-01-191-37/+98
* cairo-perf-diff-files: Don't segfault reading cooked perf reports.M Joonas Pihlaja2006-12-051-1/+2
* [perf] Provide watered-down implementations of getline and strndup forDan Amelang2006-12-011-3/+55
* Fix broken size calculation for xreallocCarl Worth2006-11-101-1/+2
* cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"Carl Worth2006-11-081-33/+128
* cairo-perf: Change outlier elimination and report minimum times.Carl Worth2006-11-021-23/+20
* Add new cairo-perf-diff for finding the performance difference between any 2 ...Carl Worth2006-10-251-0/+482