Skip to content

Commit

Permalink
feat(make): add alloc_space to pprof (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Aug 8, 2024
1 parent cf2f550 commit edd9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/go.mak
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ benchmarks:

# RUn pprod for the benchmarks.
benchmarks-pprof:
go tool pprof test/reports/mem.prof
go tool pprof -alloc_space test/reports/mem.prof

remove-generated-coverage:
cat test/reports/profile.cov | grep -Ev "${COV}" > test/reports/final.cov
Expand Down

0 comments on commit edd9188

Please sign in to comment.