See https://www.youtube.com/watch?v=IdpD5QIVOKQ
- Analytic tool for PHP developer: Why is my PHP code slow?
- Analytic tool for QIQ developer: Why is QIQ slow?
Maybe the go internal logic can be reused?
go test -bench=. -cpuprofile cpu.pprof
go tool pprof cpu.pprof
go tool pprof -http=:8080 cpu.pprof
See https://www.youtube.com/watch?v=IdpD5QIVOKQ
Maybe the go internal logic can be reused?
go test -bench=. -cpuprofile cpu.pprofgo tool pprof cpu.pprofgo tool pprof -http=:8080 cpu.pprof