Skip to content

Releases: asynkron/Asynkron.Profiler

v0.1.25

13 Jan 21:20

Choose a tag to compare

v0.1.24

13 Jan 20:49

Choose a tag to compare

Full Changelog: v0.1.23...v0.1.24

v0.1.23

13 Jan 20:44

Choose a tag to compare

Full Changelog: v0.1.22...v0.1.23

v0.1.22

13 Jan 20:41

Choose a tag to compare

Full Changelog: v0.1.21...v0.1.22

v0.1.21

13 Jan 18:10

Choose a tag to compare

Full Changelog: v0.1.20...v0.1.21

v0.1.20

05 Jan 19:29

Choose a tag to compare

Full Changelog: v0.1.19...v0.1.20

v0.1.18

05 Jan 08:25

Choose a tag to compare

Full Changelog: v0.1.16...v0.1.18

v0.1.17

05 Jan 08:20

Choose a tag to compare

Full Changelog: v0.1.16...v0.1.17

v0.1.16 - Timeline Heat Colors

26 Dec 22:02

Choose a tag to compare

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 -- ./MyApp

v0.1.15 - Inline Timeline

26 Dec 21:53

Choose a tag to compare

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