bbgo_origin/doc/topics/profile.md
2024-11-15 17:50:16 +08:00

14 lines
275 B
Markdown

Profiling
===================
```shell
dotenv -f .env.local -- go run -tags pprof ./cmd/bbgo run \
--config ./makemoney-btcusdt.yaml \
--cpu-profile makemoney.pprof \
--enable-profile-server
```
```shell
go tool pprof http://localhost:6060/debug/pprof/heap
```