Releases: asynkron/Asynkron.Profiler
Releases · asynkron/Asynkron.Profiler
v0.1.25
Full Changelog: v0.1.24...v0.1.25
v0.1.24
Full Changelog: v0.1.23...v0.1.24
v0.1.23
Full Changelog: v0.1.22...v0.1.23
v0.1.22
Full Changelog: v0.1.21...v0.1.22
v0.1.21
Full Changelog: v0.1.20...v0.1.21
v0.1.20
Full Changelog: v0.1.19...v0.1.20
v0.1.18
Full Changelog: v0.1.16...v0.1.18
v0.1.17
Full Changelog: v0.1.16...v0.1.17
v0.1.16 - Timeline Heat Colors
Changes
- Timeline bars now use heat color gradient based on duration percentage
- 100% → Red
- ~50% → Orange
- ≤5% → Green
- Smooth color interpolation between thresholds
Usage
asynkron-profiler --cpu --timeline -- ./MyAppv0.1.15 - Inline Timeline
Changes
- Timeline bars now render inline with call tree nodes on the same line
- Proper name truncation to prevent text overflow
- Aligned timeline bars regardless of tree depth
- Removed separate table-based layout in favor of direct line rendering
Usage
asynkron-profiler --cpu --timeline -- ./MyApp
asynkron-profiler --cpu --timeline --timeline-width 60 -- ./MyApp