Go to the first, previous, next, last section, table of contents.


time

time()
:: セッション開始から現在までの CPU 時間および GC 時間を表示する
return
リスト
[72] T0=time();
[2.390885,0.484358,46560,9.157768]
[73] G=hgr(katsura(4),[u4,u3,u2,u1,u0],2)$
[74] T1=time();
[8.968048,7.705907,1514833,63.359717]
[75] ["CPU",T1[0]-T0[0],"GC",T1[1]-T0[1]]; 
[CPU,6.577163,GC,7.221549]
参照
section cputime, tstart, tstop.


Go to the first, previous, next, last section, table of contents.