Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ running
Method
running
test/bench/benchmark.py:56–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
self.pr.enable()
55
56
def
running(self):
57
if
not self.started:
58
self.started = True
59
self._task = asyncio.create_task(self.procs())
60
61
def
done(self):
62
self.pr.dump_stats(ctx.options.benchmark_save_path +
".prof"
)
Callers
nothing calls this directly
Calls
1
procs
Method · 0.95
Tested by
no test coverage detected