pkg / profile

Simple profiling for Go
BSD 2-Clause "Simplified" License
1.99k stars 124 forks source link

Add clock (fgprof) profile #67

Closed yonderblue closed 1 year ago

yonderblue commented 1 year ago

This adds a profile type from https://pkg.go.dev/github.com/felixge/fgprof, which is useful as a starting place to chase performance rather than cpu/mem etc.

yonderblue commented 1 year ago

I’ll cut a new release.

Works great for me. A release would be great thanks!

davecheney commented 1 year ago

All done, enjoy! https://github.com/pkg/profile/releases/tag/v1.7.0