Ticket #4770 (closed enhancement: fixed)
[with patch, positive review] implement maxima.cputime()
| Reported by: | malb | Owned by: | malb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.3 |
| Component: | calculus | Keywords: | maxima, cputime |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
This should work:
sage: t = maxima.cputime()
sage: _ = maxima.de_solve('diff(y,x,2) + 3*x = y', ['x','y'], [1,1,1])
sage: maxima.cputime(t)
0.568913
Attachments
Change History
comment:1 Changed 4 years ago by SimonKing
- Keywords maxima, cputime added
- Summary changed from [with patch, needs review] implement maxima.cputime() to [with patch, positive review] implement maxima.cputime()
The patch applies cleanly, the doc test example works as expected, and it provides a useful functionality.
Hence, positive review!
Note: See
TracTickets for help on using
tickets.

