|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFile Names: »ttiming«
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ. └─⟦b2ec5d50f⟧ └─⟦this⟧ »ttiming«
r=algol begin integer i,max; real r,t1,t2; max:=50000; r:=-1.45954; t1:=systime(1,0,t2); for i:=1 step 1 until max do exp(r); t2:=systime(1,t2,0.0)-t1; write(out,<<d.ddddd'+dd>,t2/max*1000*1000,<: microsec:>); end; r ▶EOF◀