File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
6+
7+ ## [ 0.0.1] - 2026-04-10
8+
9+ ### Added
10+
11+ - Flame graph profile processor that filters and encodes to pprof protobuf
12+ - Profile filter that removes functions below a configurable time threshold with small subtree consolidation
13+ - pprof protobuf encoder with string table deduplication
14+ - Low-level protobuf encoding primitives
15+ - CI workflow for ubuntu x86, ubuntu ARM, and macOS
16+ - MIT license
Original file line number Diff line number Diff line change 99 .name = .flame_on_processor ,
1010 // This is a [Semantic Version](https://semver.org/).
1111 // In a future version of Zig it will be used for package deduplication.
12- .version = "0.0.0 " ,
12+ .version = "0.0.1 " ,
1313 // Together with name, this represents a globally unique package
1414 // identifier. This field is generated by the Zig toolchain when the
1515 // package is first created, and then *never changes*. This allows
You can’t perform that action at this time.
0 commit comments