Status: Accepted
Owner: asmeurer
Labels: Type-Enhancement Priority-Medium

New issue 2445 by asmeurer: Function to automatically generate timing plots
http://code.google.com/p/sympy/issues/detail?id=2445

See https://groups.google.com/d/msg/sympy/W4LbzPiehXU/H5qgB_RI_OwJ.  Quote:

" It would be nice to have a function, call it timings_graph() or something, that acts similar to the timed() function. You just pass it some lists of source code that you want to plot (or maybe multiple lists for multiple lines), a list of x-axis values, and other information like axes labels, and it would just create a plot like this. It would be great way to look at asymptotic behavior and to compare multiple implementations. We could put it in utilities/timeutils.py. It would be useful to me to compare risch_integrate() and integrate(), for example."

Something like at https://github.com/mattpap/masters-thesis/blob/master/bench/bench.py only more automated.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to