mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
c5ad026cbe
This includes a profiler addon that we might consider for promotion to a builtin down the track.
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p results
|
|
mitmdump -p 10002 --mode reverse:http://devd.io:10001 \
|
|
-s ./profiler.py --set profile_path=./results/simple.prof
|