pprof DLang needs?

Jacob Carlborg doob at me.com
Mon Apr 20 07:49:33 UTC 2020


On 2020-04-20 03:59, zoujiaqing wrote:
> PHP use xhprof analysis performance
> Golang use pprof analysis performance
> Rust use pprof-rs analysis performance
> D language also needs a tool like this.
> 
> [0] https://github.com/google/pprof
> [1] https://github.com/facebook/xhprof
> [2] https://docs.rs/pprof/0.3.16/pprof

DMD has the `-profile` flag. D programs should work in profilers for 
C/C++ as well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list