mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
93e3ecb1f4
commit
3b3f1184bc
3 changed files with 4 additions and 7 deletions
|
|
@ -500,5 +500,3 @@ h(i,i,i,2,i,3)
|
|||
|
||||
timeit.main(['-s', setup,
|
||||
test])
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ def clockres(timer):
|
|||
while 1:
|
||||
now = wallclock()
|
||||
if now >= stop:
|
||||
break
|
||||
break
|
||||
for i in spin_loops:
|
||||
d[timer()] = 1
|
||||
values = d.keys()
|
||||
|
|
@ -41,4 +41,3 @@ if __name__ == '__main__':
|
|||
print 'systimes.processtime: %10.3fus' % (clockres(systimes.processtime) * 1e6)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue