A sampling Go profiler that analyzes both On-CPU and Off-CPU time to provide a more complete picture of program performance.
go get github.com/felixge/fgprofNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start fgprof CPU profiling and write to a file.
Combine fgprof with standard pprof for both on-CPU and off-CPU analysis.
No dependency data recorded yet.