[sage-support] Re: Question about cycles per second in SAGE

2012-02-13 Thread Nils Bruin
On Feb 13, 8:05 pm, juaninf wrote: > thanks by your attention Volker, ... but this command return the > "cycles per second" measure? If your processor is running at 2 GHz, it means it's doing 2 * 10^9 cycles per second. If sage is the only job that is using significant computing resources, then y

[sage-support] Re: Question about cycles per second in SAGE

2012-02-13 Thread juaninf
thanks by your attention Volker, ... but this command return the "cycles per second" measure? On 14 fev, 01:52, Volker Braun wrote: > You probably want wall time spent on executing a statement. This is best > measured with timeit: > > sage: timeit('1+1') > 625 loops, best of 3: 552 ns per loop -

[sage-support] Re: Question about cycles per second in SAGE

2012-02-13 Thread Volker Braun
You probably want wall time spent on executing a statement. This is best measured with timeit: sage: timeit('1+1') 625 loops, best of 3: 552 ns per loop -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@