Open zoujiaqing opened 4 years ago
Function-level hierarchical profiler like pprof or xhprof
pprof
xhprof
like pprof or xhprof
visualization and analysis of profiling data and performance analysis.
you can already get this, at least partially, through using valgrind. you can then use kcachegrind to display the result e.g..
pprof has ported to rust: https://docs.rs/pprof/0.3.16/pprof/
rust
Description
Function-level hierarchical profiler like
pprof
orxhprof
What are rough milestones of this project?
like
pprof
orxhprof
How does this project help the D community?
visualization and analysis of profiling data and performance analysis.
References
Repositories