index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perf
/
cairo-perf-diff-files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-04
[perf] Use milliseconds by default in cairo-perf-diff-files
Chris Wilson
1
-5
/
+8
2009-07-31
[perf] Print min_ticks in report
Chris Wilson
1
-1
/
+3
2009-07-31
[perf] Change the order of slowdowns.
Chris Wilson
1
-4
/
+7
2009-01-14
[perf] Add a utility to compare backends.
Chris Wilson
1
-1
/
+1
2008-10-19
[perf] A crude tool to visualise performance changes across a series.
Chris Wilson
1
-458
/
+0
2008-08-17
[perf] Silence trivial compiler warning.
Chris Wilson
1
-9
/
+9
2008-07-17
[win32] Make cairo-perf-diff run on win32
Frederic Plourde
1
-2
/
+54
2007-10-24
[cairo-perf-diff-files] Only use a valid initializer for min_test.
Chris Wilson
1
-2
/
+7
2007-10-23
[cairo-perf-diff-files] Check for terminator before comparing tests.
Chris Wilson
1
-7
/
+16
2007-04-30
[perf] Check availability before including nonstandard headers
Behdad Esfahbod
1
-0
/
+2
2007-04-28
Add missing prototypes for getline and strndup
Carl Worth
1
-2
/
+10
2007-04-28
cairo-perf-diff-files: Add missing include of libgen.h for basename
Carl Worth
1
-0
/
+1
2007-04-26
cairo-perf-diff-files: Always print old and new configuration names
Carl Worth
1
-6
/
+6
2007-04-25
Make the traditional speedup vs. slowdown report style available again
Carl Worth
1
-9
/
+103
2007-04-25
Implement support for generating a report from more than two files
Carl Worth
1
-113
/
+157
2007-04-25
cairo-perf-diff-files: Use pointers instead of indexing to iterate over reports
Carl Worth
1
-13
/
+18
2007-04-25
cairo-perf-diff-files: Simplify code to grow report->tests
Carl Worth
1
-9
/
+5
2007-04-25
cairo-perf-diff-files: Sort and compute stats at the time of loading a report
Carl Worth
1
-75
/
+75
2007-04-25
cairo-perf-diff: Separate command-line options within the args structure
Carl Worth
1
-19
/
+25
2007-04-25
Move implementation of getline and strndup
Carl Worth
1
-55
/
+53
2007-04-25
Replace old and new reports with reports array
Carl Worth
1
-4
/
+7
2007-04-25
Replace old_filename and new_filename with a filenames array
Carl Worth
1
-17
/
+13
2007-04-25
cairo-perf-diff-files: Add new --min-change option, (replacing third position...
Carl Worth
1
-16
/
+23
2007-04-25
cairo-perf-diff-files: Remove some overzealous option parsing.
Carl Worth
1
-7
/
+6
2007-04-13
cairo-perf-diff: Use median not minimum to report differences
Carl Worth
1
-5
/
+5
2007-01-19
Add --use-ms option to cairo-perf-diff-files
Kalle Vahlman
1
-1
/
+15
2007-01-19
Make UTF-8 output from cairo-perf-diff-files optional
M Joonas Pihlaja
1
-37
/
+98
2006-12-05
cairo-perf-diff-files: Don't segfault reading cooked perf reports.
M Joonas Pihlaja
1
-1
/
+2
2006-12-01
[perf] Provide watered-down implementations of getline and strndup for
Dan Amelang
1
-3
/
+55
2006-11-10
Fix broken size calculation for xrealloc
Carl Worth
1
-1
/
+2
2006-11-08
cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"
Carl Worth
1
-33
/
+128
2006-11-02
cairo-perf: Change outlier elimination and report minimum times.
Carl Worth
1
-23
/
+20
2006-10-25
Add new cairo-perf-diff for finding the performance difference between any 2 ...
Carl Worth
1
-0
/
+482