super-graph/psql/pprof_cpu.sh
2019-05-12 19:27:26 -04:00

3 lines
93 B
Bash
Executable File

#!/bin/sh
go test -bench=. -benchmem -cpuprofile cpu.out -run=XXX
go tool pprof -cum cpu.out