Skip to content

Implement GoPgo.AggregateCallees outside of merges if possible #4424

@aleks-p

Description

@aleks-p

When fetching pprof for PGO purposes via SelectMergeProfile, an option can be passed to aggregate callees:

bool aggregate_callees = 2;

The way this is implemented right now relies on the aggregation happening during profile merges, however we could have cases where profiles are returned as they are (without merging). See if we can implement this in an alternative way.

Related to #4421

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions