Profile flameview itself under high sample rates and heavy folded inputs, identify parser/viewer hotspots, and validate improvements with benches/tests. Use when optimizing flameview performance or verifying regressions after profiler-related changes.
AaronFriel/flameview
SkillsMP has collected 4 skills from AaronFriel/flameview. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Profile Rust binaries on Linux using cargo flamegraph/perf custom events, keep folded stacks, and inspect them with flameview. Use when you need repeatable CPU/custom-event profiling with minimal dependencies, or when converting allocation profiles into…
Drive interactive flameview terminal sessions and verify UX behavior (columns, filters, navigation, auto-expand). Use when a task requires launching flameview on folded stacks, exercising key bindings, reproducing TUI bugs, or capturing manual UX validation…
Create and maintain snapshot-style regression tests for flameview interactive UI by replaying key sequences and asserting textual screen snapshots with Insta. Use when UI layout, key handling, filters, or heuristics change and you need deterministic…