pprof DLang needs?

zoujiaqing zoujiaqing at gmail.com
Fri Nov 20 09:56:10 UTC 2020


On Monday, 20 April 2020 at 07:49:33 UTC, Jacob Carlborg wrote:
> 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.

Hi Jacob :)

Dynamic code performance analysis is difficult to track.
For example, each HTTP request data is different, in low 
performance we can analyze a single request.



More information about the Digitalmars-d mailing list