disabled
ˆ
ƒ¡_•I|¥‰ÓMdœv ©ƒ&íK<óo¬À¿ ®
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/cpu/cpu0/node0/memory95/subsystem
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/cpu/cpu0/node0/memory95/subsystem
" ˆl–Ým_JJh¥ ² ¸È®2ò˜´oÂ
575ÁÀ ? # Simple interface to report execution times of program fragments.
# Call TSTART() to reset the timer, TSTOP(...) to report times.
import sys, os, time
def TSTART():
global t0, t1
u, s, cu, cs = os.times()
t0 = u+cu, s+cs, time.time()
def TSTOP(*label):
global t0, t1
u, s, cu, cs = os.times()
t1 = u+cu, s+cs, time.time()
tt = []
for i in range(3):
tt.append(t1[i] - t0[i])
[u, s, r] = tt
msg = ''
for x in label: msg = msg + (x + ' ')
msg = msg + '%r user, %r sys, %r real\n' % (u, s, r)
sys.stderr.write(msg)
" ˆl–ßi~”*e¶¥8 Ap-\lJbÑ¿Ã
ƒh¹ÂÁ online
ˆ
ƒ wÀÂÁ «
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/cpu/cpu0/node0/memory7/subsystem
Index of /ALFA_DATA/alfasymlink/root/sys/devices/system/cpu/cpu0/node0/memory7/subsystem