bugfix
This commit is contained in:
parent
dfbc1d3cef
commit
ee017d6aa0
@ -26,6 +26,7 @@ class TimeCost:
|
|||||||
return 0,0,0
|
return 0,0,0
|
||||||
return len(x), sum(x), sum(x)/len(x)
|
return len(x), sum(x), sum(x)/len(x)
|
||||||
|
|
||||||
|
@classmethod
|
||||||
def show(self):
|
def show(self):
|
||||||
print('TimeCost ....')
|
print('TimeCost ....')
|
||||||
for name in timerecord.keys():
|
for name in timerecord.keys():
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '5.1.20'
|
__version__ = '5.1.21'
|
||||||
|
Loading…
Reference in New Issue
Block a user