We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3277076 commit 716dc9cCopy full SHA for 716dc9c
Lib/profiling/tracing/_utils.py
@@ -29,4 +29,4 @@ def _show(self, prof, filename, sort):
29
if filename is not None:
30
prof.dump_stats(filename)
31
else:
32
- prof.print_stats(sort)
+ prof.print_stats(sort)
0 commit comments