On Thursday 08 November 2007 03:16:14 am Eric Firing wrote: > Darren Dale wrote: > > Building does not seem to be a problem, just do the usual python setup.py > > build, etc. I ran backend_driver on my not-so-speedy home computer: > > Darren, > > Well done! I blew away other versions of traits, updated mpl, built and > installed, and traits appeared. No pain. > > The not quite as good news is that on my Lenovo T60 laptop, the Template > takes 0.57 minutes with traited config versus 0.45 with old config. Not > a huge difference, and roughly consistent with your timing, but still a > penalty. I also see about 20% in simple_plot using Agg. It's probably > tolerable. (The comparison was made by switching only the NEWCONFIG > variable in __init__.py.)
Yes, these results are not consistent with what Fernando reported after working with Dave Peterson: # Using traits maqroll[mpl-traits-debug]> time ./simple_plot.py *** Using Traits!!! 1.844u 0.212s 0:02.13 96.2% 0+0k 0+0io 0pf+0w maqroll[mpl-traits-debug]> time ./simple_plot.py *** Using Traits!!! 1.840u 0.216s 0:02.58 79.4% 0+0k 0+0io 0pf+0w maqroll[mpl-traits-debug]> time ./simple_plot.py *** Using Traits!!! 1.836u 0.196s 0:02.12 95.2% 0+0k 0+0io 0pf+0w # NOT Using traits maqroll[mpl-traits-debug]> time ./simple_plot.py 2.200u 0.280s 0:02.67 92.8% 0+0k 0+0io 0pf+0w maqroll[mpl-traits-debug]> time ./simple_plot.py 2.248u 0.220s 0:02.74 89.7% 0+0k 0+0io 0pf+0w maqroll[mpl-traits-debug]> time ./simple_plot.py 2.216u 0.244s 0:02.72 90.0% 0+0k 0+0io 0pf+0w Fernando, do you have a record of the changes you guys made at SciPy-2007? > > with traited config: > > > > Backend Agg took 2.77 minutes to complete > > template ratio 1.748, template residual 1.187 > > Backend PS took 2.64 minutes to complete > > template ratio 1.666, template residual 1.055 > > Backend Template took 1.59 minutes to complete > > template ratio 1.000, template residual 0.000 > > Backend PDF took 3.35 minutes to complete > > template ratio 2.112, template residual 1.764 > > Backend SVG took 2.90 minutes to complete > > template ratio 1.826, template residual 1.309 > > > > > > and without: > > > > Backend Agg took 2.59 minutes to complete > > template ratio 1.898, template residual 1.226 > > Backend PS took 2.29 minutes to complete > > template ratio 1.675, template residual 0.921 > > Backend Template took 1.36 minutes to complete > > template ratio 1.000, template residual 0.000 > > Backend PDF took 2.92 minutes to complete > > template ratio 2.139, template residual 1.555 > > Backend SVG took 2.91 minutes to complete > > template ratio 2.129, template residual 1.541 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel