Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Merge threads in live view #589

Merged
merged 2 commits into from
May 30, 2024
Merged

feat: Merge threads in live view #589

merged 2 commits into from
May 30, 2024

Commits on May 30, 2024

  1. tui: Allow merging threads in live mode TUI

    This allows users to choose between seeing allocations for a single
    thread at a time, or seeing allocations across all threads.
    
    Signed-off-by: Marta Gomez Macias <mgmacias@google.com>
    mgmacias95 authored and godlygeek committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d0e5866 View commit details
    Browse the repository at this point in the history
  2. tui: Merge threads in the live mode TUI by default

    Allow users to opt out when they want to see what individual threads are
    allocating. This is a better default, since it more closely matches what
    the other reporters do, but still allows power users to opt in to
    getting more information (and a busier UI).
    
    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    godlygeek committed May 30, 2024
    Configuration menu
    Copy the full SHA
    be0a687 View commit details
    Browse the repository at this point in the history