You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is really great but I find no way of hiding some of the performance data.
In my scripts I print everything I need via the def ok(self, results): and problem(self, results): functions, and for problem I limit the output to the X most significant results; most of the time my recap is 2-3 lines, followed by 20 lines of performance data which makes the end result a bit difficult to read.
So:
is there a way to not print all of the performance data, by limiting to only the highest values?
if no, and the maintainers have no time for it, would it be OK if I implement it myself then make a pull request?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hallo!
The plugin is really great but I find no way of hiding some of the performance data.
In my scripts I print everything I need via the
def ok(self, results):
andproblem(self, results):
functions, and forproblem
I limit the output to the X most significant results; most of the time my recap is 2-3 lines, followed by 20 lines of performance data which makes the end result a bit difficult to read.So:
Kind regards!
Beta Was this translation helpful? Give feedback.
All reactions