diff options
| author | J08nY | 2023-10-06 19:23:14 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-06 19:23:14 +0200 |
| commit | 3f89136bfdd0bbfa5efe0c7e75d2fb587bc79e32 (patch) | |
| tree | 48c6a57def3ee32238d8620c5678666ecc20773e /test | |
| parent | a99df5e420dc2fb37c1d3f279200805fb8315866 (diff) | |
| download | pyecsca-3f89136bfdd0bbfa5efe0c7e75d2fb587bc79e32.tar.gz pyecsca-3f89136bfdd0bbfa5efe0c7e75d2fb587bc79e32.tar.zst pyecsca-3f89136bfdd0bbfa5efe0c7e75d2fb587bc79e32.zip | |
Diffstat (limited to 'test')
| -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") |
