aboutsummaryrefslogtreecommitdiff
path: root/test/utils.py
diff options
context:
space:
mode:
authorJ08nY2023-02-12 19:05:28 +0100
committerJ08nY2023-02-12 19:05:28 +0100
commit7421fce192b581d732eabf4b2948bd8546b4afea (patch)
tree486ccd2159e049a96607cef832841f463ef6e56c /test/utils.py
parent7c3b286a78a294a0eb6cd052682b9ee92420fa4d (diff)
downloadpyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.tar.gz
pyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.tar.zst
pyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.zip
Diffstat (limited to 'test/utils.py')
-rw-r--r--test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.py b/test/utils.py
index d4893eb..e125813 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))
+ print(self._prof.output_text(unicode=True, color=True, show_all=True))
else:
self._prof.print_stats("cumtime")