imgk / caddy-pprof

GNU General Public License v3.0
0 stars 0 forks source link

can this be used to make a PGO build? #1

Open cattyhouse opened 3 months ago

cattyhouse commented 3 months ago

if so, can you provide a PGO file or mention the steps to make a PGO profile? thanks

imgk commented 3 months ago
curl -o cpu.pprof "https://example.com/debug/pprof/profile?seconds=30"
cattyhouse commented 3 months ago

what about the order in route? before trojan or after?

imgk commented 3 months ago

No difference.

cattyhouse commented 3 months ago

it takes few minutes for curl to download and the size is only 2018 byte, is it normal?