4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl http://localhost:8081/debug/pprof/heap > heap.0.pprof
|
|
go tool pprof heap.0.pprof |