Skip to content

cmd/pprof: ScaleValue fails to scale value with "gb" unit #13654

@methane

Description

@methane

https://github.com/golang/go/blob/master/src/cmd/pprof/internal/report/report.go#L1501-L1511

    case "megabyte", "mb":
        value *= 1024 * 1024
    case "gigabyte", "gb":
        value *= 1024 * 1024

Last line should be value *= 1024 * 1024 * 1024.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions