github.com/ssetin/penguincast@v0.2.0/profpdf.sh (about) 1 go tool pprof -pdf cpu.out > cpu.pdf 2 go tool pprof -pdf -alloc_space main.test mem.out > memSpace.pdf 3 go tool pprof -pdf -alloc_objects main.test mem.out > memObjects.pdf 4 go tool pprof -pdf -inuse_space main.test mem.out > memInUseSpace.pdf 5 go tool pprof -pdf -inuse_objects main.test mem.out > memInUseObjects.pdf