Skip to content

stackpulse 0.7.0

Choose a tag to compare

@pablogsal pablogsal released this 30 Jul 21:46
· 112 commits to main since this release
85544a1

Added

  • PerfSpoolReplayReader validates spool files while retaining definitions instead of every sample, then decodes samples and raw stacks sequentially.
  • Replay readers expose recorded frame-module contexts, and PerfSymbolizer::for_replay plus its builder and stack methods preserve mapping-generation-aware symbolization.

Performance

  • Sequential replay uses a bounded 8 MiB sample-range index and switches to allocation-free record scanning for any unindexed suffix.