summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-diff-files.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-25Fix typosNis Martensen1-1/+1
2011-06-06cairo-perf-diff-files: Don't print size/content for trace resultsChris Wilson1-10/+17
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-16/+21
2010-06-17perf: Allow comparing perf reports with only one difference.M Joonas Pihlaja1-1/+1
2009-10-26perf: Fix comparisonsChris Wilson1-7/+15
2009-09-04[perf] Use milliseconds by default in cairo-perf-diff-filesChris Wilson1-5/+8
2009-07-31[perf] Print min_ticks in reportChris Wilson1-1/+3
2009-07-31[perf] Change the order of slowdowns.Chris Wilson1-4/+7
2009-01-14[perf] Add a utility to compare backends.Chris Wilson1-1/+1
2008-10-19[perf] A crude tool to visualise performance changes across a series.Chris Wilson1-458/+0
2008-08-17[perf] Silence trivial compiler warning.Chris Wilson1-9/+9
2008-07-17[win32] Make cairo-perf-diff run on win32Frederic Plourde1-2/+54
2007-10-24[cairo-perf-diff-files] Only use a valid initializer for min_test.Chris Wilson1-2/+7
2007-10-23[cairo-perf-diff-files] Check for terminator before comparing tests.Chris Wilson1-7/+16
2007-04-30[perf] Check availability before including nonstandard headersBehdad Esfahbod1-0/+2
2007-04-28Add missing prototypes for getline and strndupCarl Worth1-2/+10
2007-04-28cairo-perf-diff-files: Add missing include of libgen.h for basenameCarl Worth1-0/+1
2007-04-26cairo-perf-diff-files: Always print old and new configuration namesCarl Worth1-6/+6
2007-04-25Make the traditional speedup vs. slowdown report style available againCarl Worth1-9/+103
2007-04-25Implement support for generating a report from more than two filesCarl Worth1-113/+157
2007-04-25cairo-perf-diff-files: Use pointers instead of indexing to iterate over reportsCarl Worth1-13/+18
2007-04-25cairo-perf-diff-files: Simplify code to grow report->testsCarl Worth1-9/+5
2007-04-25cairo-perf-diff-files: Sort and compute stats at the time of loading a reportCarl Worth1-75/+75
2007-04-25cairo-perf-diff: Separate command-line options within the args structureCarl Worth1-19/+25
2007-04-25Move implementation of getline and strndupCarl Worth1-55/+53
2007-04-25Replace old and new reports with reports arrayCarl Worth1-4/+7
2007-04-25Replace old_filename and new_filename with a filenames arrayCarl Worth1-17/+13
2007-04-25cairo-perf-diff-files: Add new --min-change option, (replacing third position...Carl Worth1-16/+23
2007-04-25cairo-perf-diff-files: Remove some overzealous option parsing.Carl Worth1-7/+6
2007-04-13cairo-perf-diff: Use median not minimum to report differencesCarl Worth1-5/+5
2007-01-19Add --use-ms option to cairo-perf-diff-filesKalle Vahlman1-1/+15
2007-01-19Make UTF-8 output from cairo-perf-diff-files optionalM Joonas Pihlaja1-37/+98
2006-12-05cairo-perf-diff-files: Don't segfault reading cooked perf reports.M Joonas Pihlaja1-1/+2
2006-12-01[perf] Provide watered-down implementations of getline and strndup forDan Amelang1-3/+55
2006-11-10Fix broken size calculation for xreallocCarl Worth1-1/+2
2006-11-08cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"Carl Worth1-33/+128
2006-11-02cairo-perf: Change outlier elimination and report minimum times.Carl Worth1-23/+20
2006-10-25Add new cairo-perf-diff for finding the performance difference between any 2 ...Carl Worth1-0/+482