diff options
| author | J08nY | 2023-02-12 19:05:28 +0100 |
|---|---|---|
| committer | J08nY | 2023-02-12 19:05:28 +0100 |
| commit | 7421fce192b581d732eabf4b2948bd8546b4afea (patch) | |
| tree | 486ccd2159e049a96607cef832841f463ef6e56c /test/utils.py | |
| parent | 7c3b286a78a294a0eb6cd052682b9ee92420fa4d (diff) | |
| download | pyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.tar.gz pyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.tar.zst pyecsca-7421fce192b581d732eabf4b2948bd8546b4afea.zip | |
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 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") |
