goparsify/scripts/cpuprofile.sh

8 lines
116 B
Bash
Raw Permalink Normal View History

2017-08-13 11:27:41 +02:00
#!/bin/bash
set -eu
go build ./json/profile/json.go
./json.exe -cpuprofile cpu.out
go tool pprof json.exe cpu.out