[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How much time to count from 1 to 1e7?
From: |
Ted Harding |
Subject: |
Re: How much time to count from 1 to 1e7? |
Date: |
Thu, 09 Aug 2001 09:40:31 +0100 (BST) |
On 09-Aug-01 Etienne Grossmann wrote:
> ps : Note that this is faster than while (P2, 350MHz)(won't do for
> unkown number of loops, though)
>
> octave:122> tic; for i = 1:1e7, end; toc
> ans = 43.791
Interesting! With a P3/733MHz I get 49.123 (pretty repeatable).
(SuSE Linux 7.2, octave 2.0.16)
What's your secret, Etienne?
Ted.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <address@hidden>
Fax-to-email: +44 (0)870 167 1972
Date: 09-Aug-01 Time: 09:40:31
------------------------------ XFMail ------------------------------
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
RE: How much time to count from 1 to 1e7?, Michael Underwood, 2001/08/09
Re: How much time to count from 1 to 1e7?, Etienne Grossmann, 2001/08/09