A user has been asking on sage-support about issues with cputime()...
it sounds like some kind of "wrap-around" resolution bug on his
platform. Every 35 minutes it wraps around to zero or something. He
describes his system as
> I have a Toshiba Laptop with Intel centrino processor, 1,73 Ghz and
> 1GB Ram and windows XP on it.
I don't know anything about windows, maybe someone else here has some
idea what's going on.
Here's what happens:
> Zeit=cputime()
> for i in range(100000):
> g=maxima('193^99484')
> Ergebnis=cputime(Zeit)
> print Ergebnis
>
> and get following intressting result:
>
> 130.62
> 262.78
> 393.85
> 524.81
> 656.77
> 788.77
> 917.66
> 1046.38
> 1176.15
> 1307.78
> 1439.65
> 1571.42
> 1701.97
> 1832.77
> 1962.88
> 2093.95
> -2071.387296
> -1940.027296
> -1808.707296
> -1677.137296
> -1543.907296
> -1410.187296
> -1279.297296
> -1146.907296
> -1016.587296
> -885.917296
> -752.657296
> -620.757296
> -489.627296
> -358.087296
> -224.227296
> -94.367296
> 36.762704
>
> and so on, so the sign of the time changes about around every 2100
> seconds.
david
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---