aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: consider adding support for pprof-rs

gww-parity opened this issue · comments

Could you consider adding support for pprof-rs:

https://lib.rs/crates/pprof
https://github.com/tikv/pprof-rs

or do you consider it does not add benefit to existing collection?

Does it do instrumented profiling? It appears to be a sampling profiler, so it automatically works without needing to decorate code with profiling::scope!() macros.

Correct!
My mistake.
Thank you!
/close