This commit is contained in:
Kovid Goyal
2026-02-01 10:44:53 +05:30
parent bdb6839a76
commit a9a0946308
+1
View File
@@ -31,6 +31,7 @@ def debug(*a, **kw):
if not hasattr(debug, 'first'):
debug.first = monotonic()
kw['end'] = kw.get('end', '\r\n')
kw['flush'] = True
print(f'[{monotonic() - debug.first:.2f}]', *a, **kw)