cpu-profile-analysis
SolidAnalyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating user timing marks.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- chapmanjw
- Repository
- chapmanjw/clawdius
- Created
- 1 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
performance-profiler
Performance Profiler
ck-profile
Profile a Composable Kernel (CK) build target two ways: static compile-time resource analysis (registers, occupancy ceiling, spills, scratch, LDS) and dynamic runtime profiling with rocprofv3 (timing, HBM traffic, cache, occupancy) averaged over N runs and an argument sweep, with a roofline-lite compute/memory/latency verdict. Use when the user wants to profile, benchmark, or find the bottleneck of a CK example/test binary; says "profile <target>", "is <target> compute- or memory-bound", "check register spills / occupancy", "benchmark fp16 vs bf16", "rocprof <target>", "static/dynamic profile", or "sweep -B / -prec and compare". The user selects one or more of six modes: static, dynamic, trace, cfg, depgraph, compute. Not for non-CK or CPU-only targets, or for correctness testing.
performance-profiler
System bottleneck identification, resource optimization, and performance analysis