dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Function-level hierarchical profiler like `pprof` or `xhprof` #61

Open zoujiaqing opened 4 years ago

zoujiaqing commented 4 years ago

Description

Function-level hierarchical profiler like pprof or xhprof

What are rough milestones of this project?

like pprof or xhprof

How does this project help the D community?

visualization and analysis of profiling data and performance analysis.

pprof

References

Repositories

burner commented 4 years ago

you can already get this, at least partially, through using valgrind. you can then use kcachegrind to display the result e.g..

zoujiaqing commented 4 years ago

pprof has ported to rust: https://docs.rs/pprof/0.3.16/pprof/