This website requires JavaScript.
Explore
Help
Sign In
wpetit
/
super-graph
Watch
1
Star
0
Fork
You've already forked super-graph
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8ac8088b86
super-graph
/
psql
/
pprof_cpu.sh
3 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
go
test
-bench
=
. -benchmem -cpuprofile cpu.out
go tool pprof -cum cpu.out
Reference in New Issue
View Git Blame
Copy Permalink