Go to file
Gustavo Sverzut Barbieri 45b90e26e2 Add expedite-cmp to create nice comparison tables for expedite results.
Python script that outputs both console and html comparison
sheets/table for results, a good run is:

   expedite -e x11 -a > expedite-x11.log
   expedite -e xr -a > expedite-xr.log
   expedite -e gl -a > expedite-gl.log

   # text, with colors!
   expedite-cmp -p expedite-x11.log expedite-xr.log expedite-gl.log

   # html
   expedite-cmp -p -r html expedite-x11.log expedite-xr.log expedite-gl.log > expedite-cmp.html




SVN revision: 38553
2009-01-12 15:36:37 +00:00
data .cvsignore++ 2007-05-27 15:19:55 +00:00
debian Added debian/rules files with a new permissions set(755). 2009-01-09 16:33:51 +00:00
m4 * use an m4 macro to detect engines; faster for adding new engines 2008-03-23 19:39:17 +00:00
src Add expedite-cmp to create nice comparison tables for expedite results. 2009-01-12 15:36:37 +00:00
win32 Expedite Win32 VS8 project added 2008-12-22 23:26:04 +00:00
.cvsignore ignore++ 2008-06-19 12:30:57 +00:00
AUTHORS tim horton's expedite quartz engine patches 2008-09-20 02:06:00 +00:00
COPYING add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
COPYING-PLAIN add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
ChangeLog add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
INSTALL add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
Makefile.am missing files to remove during maintainer-clean rule 2008-04-18 21:19:16 +00:00
NEWS add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
README Expedite: fix typos 2007-12-06 03:35:32 +00:00
autogen.sh * use an m4 macro to detect engines; faster for adding new engines 2008-03-23 19:39:17 +00:00
configure.ac ddraw and direct3d engines: link against libgdi32.a because of GetDeviceCaps 2008-12-09 23:09:20 +00:00
expedite.oe add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00
expedite.spec add expedite to cvs! finally! :) it's in decent shape. 2007-04-11 11:58:32 +00:00

README

Expedite 0.6.0

This is meant to be a detailed and comprehensive benchmark suite for Evas.