enhancements of the plot generator:

- removed the ugly X11 and PNG gnuplots terminals
- use enhanced postscript terminal
- use imagemagick to generate the png files (with compression)
- disable the fortran impl by default since it is as meaningless as a "C impl"
- update line settings
This commit is contained in:
Gael Guennebaud
2008-07-13 11:46:36 +00:00
parent 99a625243f
commit c8cbc1665e
13 changed files with 33 additions and 468 deletions

View File

@@ -23,7 +23,7 @@
// minimal time for each measurement
#define REAL_TYPE float
// minimal time for each measurement
#define MIN_TIME 1.0
#define MIN_TIME 0.5
// nb of point on bench curves
#define NB_POINT 100
// min vector size for axpy bench