aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
Apache License 2.0
320 stars 39 forks source link

Feature request: consider adding support for pprof-rs #11

Closed gww-parity closed 3 years ago

gww-parity commented 3 years ago

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?

aclysma commented 3 years ago

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.

gww-parity commented 3 years ago

Correct! My mistake. Thank you! /close