ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Update the Profiling Tutorial to use perf instead of gprof

Open patrick-nicodemus opened this issue 2 years ago • 4 comments

https://ocaml.org/docs/profiling This page makes use of the gprof profiling tool. It is my understanding that dune does not support compiling projects with support for gprof. For this reason I think the website should focus on another profiling tool instead, such as perf.

patrick-nicodemus avatar Oct 23 '23 20:10 patrick-nicodemus