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

[JSON Trace Profile] Correctly identify GC thread #20299

Closed

Commits on Nov 23, 2023

  1. [JSON Trace Profile] Correctly identify GC thread

    Currently, the thread that includes the garbace colleciton notification
    events is not correctly identified.
    This means that in the JSON trace profile, the thread:
    
    * is not renamed, as desired.
    * is not sorted towards the top, as desired.
    
    The thread is identified by its name, which has changed from "Service Thread" to
    "Notification Thread". This change updates the profile code accordingly.
    
    In response to bazelbuild#18548 (comment)
    saraadams committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    66b11bc View commit details
    Browse the repository at this point in the history