[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How much time to count from 1 to 1e7?
From: |
Sepp Käsbauer |
Subject: |
Re: How much time to count from 1 to 1e7? |
Date: |
Thu, 9 Aug 2001 15:15:08 +0200 |
Am Donnerstag, 9. August 2001 14:17 schrieb Laurent Jacques:
> On Thursday 09 August 2001 11:48, Laurent Jacques wrote:
> > On Thursday 09 August 2001 10:40, Ted Harding wrote:
> > > Interesting! With a P3/733MHz I get 49.123 (pretty repeatable).
> > > (SuSE Linux 7.2, octave 2.0.16)
> >
> > And for an alpha Personal Worksation au433 (433Mhz) Red Hat 7.0 with
> > octave 2.0.16 :
>
Hi, this is on mine:
SuSE 7.1, Octave self-compiled.
GNU Octave, version 2.1.33 (i686-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 John W. Eaton.
octave:1> tic; for i = 1:1e7, end; toc
ans = 15.746
octave:2> tic; for i = 1:1e7, end; toc
ans = 15.854
address@hidden:~ > cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 4
model name : AMD Athlon(tm) Processor
stepping : 2
cpu MHz : 1096.332
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips : 2188.90
Cheers Sepp
-------------------------------------------------------------
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