Skip to content

cmd/trace: provide aggregate 'go tool trace' goroutine analysis view #29103

@robaho

Description

@robaho

The current 'go tool trace' has a 'goroutine analysis' page, that shows data similar to this:

image

and after selecting a go routine, a detail page is displayed similar to this:

image

This should be changed, so that either 1) the main summary page shows the 'detail' for each in a list, or 2) add an option to the summary page labelled 'details' that provides this information.

If it far more useful than having to view the detail on each go routine individually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions