preprofile command
Preprofile creates an intermediate representation of a pprof profile for use during PGO in the compiler. This transformation depends only on the profile itself and is thus wasteful to perform in every invocation of the compiler.
Usage:
go tool preprofile [-V] [-o output] -i input
- Version
- v1.24.0-rc.2
- Published
- Jan 13, 2025
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 7 seconds ago –
Tools for package owners.