From 3f89136bfdd0bbfa5efe0c7e75d2fb587bc79e32 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 6 Oct 2023 19:23:14 +0200 Subject: Do not print full perf logs in pyinstrument. --- test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils.py') 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") -- cgit v1.2.3-70-g09d2