Based from HAR dump example or viewing mitmproxy’s detailed info I see elapsed time in every call step.
Is it possible to calculate spent time in user defined script?
Thanks
Based from HAR dump example or viewing mitmproxy’s detailed info I see elapsed time in every call step.
Is it possible to calculate spent time in user defined script?
Thanks
Is that on 3.0 or on master? There are significant speed improvements on the latter (which will soon be 4.0). You should be able to just time individual hooks manually, we don’t have anything builtin for that.