This commit is contained in:
yumoqing 2022-10-08 12:24:32 +08:00
parent dfbc1d3cef
commit ee017d6aa0
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ class TimeCost:
return 0,0,0
return len(x), sum(x), sum(x)/len(x)
@classmethod
def show(self):
print('TimeCost ....')
for name in timerecord.keys():

View File

@ -1 +1 @@
__version__ = '5.1.20'
__version__ = '5.1.21'