mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
209c423abc
commit
4c8e216f5f
@ -1043,8 +1043,8 @@ class Reports(Dialog):
|
||||
' information.'), det_msg=data, show=True)
|
||||
data, timing = data
|
||||
try:
|
||||
for x, t in timing.iteritems():
|
||||
print ('Time for %s data: %.3f seconds' % (x, t))
|
||||
for x, t in sorted(timing.iteritems(), key=itemgetter(1)):
|
||||
print ('Time for %6s data: %.3f seconds' % (x, t))
|
||||
except Exception:
|
||||
pass
|
||||
self.reports(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user