Re: speed(summary)


[Prev][Next][Index][Thread]

Re: speed(summary)



Summary:

CPU speed (0->x; lbl a; if x<1000 goto a; stop)

Calc   Time  ROM
81       7.5
92       15
83       16
85       14        10
82       16
82       18

I/O speed (for x, 1, 400; disp x; endfor; stop)
Calc Time Rom Mem Free
82     21     19     28k
85     11     10     28k
92     24     1.3     65k
85     4       26k      (fluke?)
83     23     1.06    27k
82     23     16     29k
85     17     10     12k
92     24     1.3     40k
82     24     16     4k
82     24     19     21k
82     22     19     24k

PS: I think the I/O test is not a good one, for 2 reasons:
(1) Displays on every calc are different.  92 has to redraw more pixels
than 82 or 85.
(2) 81 does not have "for" loops


Follow-Ups: References: