Skip to content

Commit

Permalink
manage.sh, adds command for bringing up cpu profiling graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh-0 committed Nov 14, 2023
1 parent 93d2c1d commit 4400171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ elif test "$cmd" = "update-deps"; then
./manage.sh build
exit 0

elif test "$cmd" = "cpu-graph"; then
go tool pprof -http 127.0.0.1:1236 cpu.prof
exit 0

# ...

fi
Expand Down

0 comments on commit 4400171

Please sign in to comment.