-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enha: add flamegraph feature flag #1913
enha: add flamegraph feature flag #1913
Conversation
to ease profiling by improving readability of generated graphs
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
/flamegraph |
Flamegraphs: Git Info:
Flamegraphs: write: read: |
Final benchmark: Git Info:
Configuration:
RPS Stats: Max: 1157.00, Min: 668.00, Avg: 988.24, StdDev: 63.25 Plot: View Plot |
User description
to ease profiling by improving readability of generated graphs
PR Type
Enhancement
Description
src/config.rs
to use simplified names when the 'flamegraph' feature is enabled:Cargo.toml
to include the new 'flamegraph' feature flagChanges walkthrough 📝
config.rs
Implement conditional thread naming for flamegraph feature
src/config.rs
'flamegraph' feature flag
readability
Cargo.toml
Add flamegraph feature flag to Cargo.toml
Cargo.toml