diff options
Diffstat (limited to 'test/utils.py')
| -rw-r--r-- | test/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.py b/test/utils.py index e125813..d4893eb 100644 --- a/test/utils.py +++ b/test/utils.py @@ -62,7 +62,7 @@ class Profiler: if self._state != "out": raise ValueError if self._prof_type == "py": - print(self._prof.output_text(unicode=True, color=True, show_all=True)) + print(self._prof.output_text(unicode=True, color=True)) else: self._prof.print_stats("cumtime") |
