Skip to content

v2.43.1

Latest

Choose a tag to compare

@Byron Byron released this 29 Aug 08:17
· 8 commits to main since this release
85cd120

Bug Fixes

  • stream folded stacks during traversal

    Unlimited-depth aggregate --stack retained every traversal node and emitted only
    after walking, allowing memory to grow with entry count.

    Write each exclusive-size line as its parent-first event is integrated and
    retain only root accounting. Keep depth-limited mode unchanged because it must
    roll hidden descendants into visible frames.

Commit Statistics

  • 2 commits contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #382

Commit Details

view details
  • #382
    • Stream folded stacks during traversal (1f2575a)
  • Uncategorized
    • Merge pull request #384 from Byron/stacks-memory (5cad619)