Skip to content

Commit

Permalink
Add pprof.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Feb 19, 2024
1 parent f91aad3 commit 939dfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ $(eval $(call simple-install,rsvg-convert,Librsvg_jll,rsvg_convert))
$(eval $(call simple-install,gmsh,gmsh_jll,gmsh))
$(eval $(call simple-install,neper,neper_jll,neper))
$(eval $(call simple-install,make,GNUMake_jll,make))
$(eval $(call simple-install,pprof,pprof_jll,pprof))

### Poppler-utils
$(eval $(call simple-install,pdfattach,Poppler_jll,pdfattach))
Expand Down
1 change: 1 addition & 0 deletions test/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if [ "${YGG_FULL_TEST-}" = 1 ]; then
test_binary pdftops "pdftops -v"
test_binary pdftotext "pdftotext -v"
test_binary pdfunite "pdfunite -v"
test_binary pprof
test_binary rclone
test_binary rg
test_binary rr
Expand Down

0 comments on commit 939dfd4

Please sign in to comment.