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
Is your feature request related to a problem? Please describe.
I think users want by default the average latency per function. So we should remove the flag -l for latency and make it the default behaviour
Describe the solution you'd like calltop.py will display latency metrics. calltop.py --no-latency won't display latency metrics
Describe alternatives you've considered
Do we need the --no-latency flags ? the only reason to keep it, is for performance, as we need a second eBPF attached on return.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I think users want by default the average latency per function. So we should remove the flag -l for latency and make it the default behaviour
Describe the solution you'd like
calltop.py
will display latency metrics.calltop.py --no-latency
won't display latency metricsDescribe alternatives you've considered
Do we need the
--no-latency
flags ? the only reason to keep it, is for performance, as we need a second eBPF attached on return.The text was updated successfully, but these errors were encountered: