Skip to content

Releases: YS-L/flamelens

v0.3.0

27 Sep 15:22
Compare
Choose a tag to compare

Release Notes

  • Add "top" view to show summary of slowest functions in a table:

    top_view

  • Add --echo option to allow integration with cargo flamegraph as the output viewer:

    cargo flamegraph --post-process 'flamelens --echo' [other cargo flamegraph arguments]
    
  • Display key bindings in app

Download flamelens 0.3.0

File Platform Checksum
flamelens-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
flamelens-x86_64-apple-darwin.tar.xz Intel macOS checksum
flamelens-x86_64-pc-windows-msvc.zip x64 Windows checksum
flamelens-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
flamelens-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.2.0

07 Jul 13:42
Compare
Choose a tag to compare

Release Notes

  • Support selecting next and previous search results (n / N)
  • Make footer section mutli-line and color coded for better readability
  • Display an indicator if there are more frames to show by scrolling down

Download flamelens 0.2.0

File Platform Checksum
flamelens-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
flamelens-x86_64-apple-darwin.tar.xz Intel macOS checksum
flamelens-x86_64-pc-windows-msvc.zip x64 Windows checksum
flamelens-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
flamelens-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum