Skip to content

fix: Details panel - Call stack needs self time gutter#79

Merged
traplol merged 1 commit intomainfrom
agent/issue-68
Mar 21, 2026
Merged

fix: Details panel - Call stack needs self time gutter#79
traplol merged 1 commit intomainfrom
agent/issue-68

Conversation

@traplol
Copy link
Copy Markdown
Owner

@traplol traplol commented Mar 21, 2026

Summary

  • Adds a fixed-width left gutter column to the call stack tree in the details panel, showing right-aligned self-time values
  • Replaces the old inline self: X suffix after event names, which became unreadable with deep nesting
  • Both ancestor chain and descendant tree sections use the same gutter pattern consistently
  • Consolidated entries show average self-time

Closes #68

🤖 Generated with Claude Code

Add a right-aligned self-time gutter on the left side of the call stack
tree, replacing the inline "self: X" text that followed event names.
This improves readability especially with deep nesting where long names
pushed the self-time far to the right.

For consolidated entries, the gutter shows average self-time.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@traplol traplol merged commit 14ed213 into main Mar 21, 2026
3 checks passed
@traplol traplol deleted the agent/issue-68 branch March 21, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Details panel - Call stack needs self time gutter

1 participant