Profiling
#1322
Replies: 2 comments
-
I don't know. Haven't done much profiling outside of benchmarks with rewrk (dunno if that's considered profiling) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is a list of tools I've used:
I've also used https://pyroscope.io/ inside a Kubernetes cluster. They have a rust sdk that you can integrate inside your application: https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/rust/ and I run benchmarks with https://github.com/flamegraph-rs/flamegraph |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which profiling tooling, ideally written in Rust itself, is best for use with Axum-based apps?
Beta Was this translation helpful? Give feedback.
All reactions