pkg / profile

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

Avoid profile.*Profile* stutter in API #69

Open meling opened 6 months ago

meling commented 6 months ago

This was a very nice package I've only been waiting to use...

For a potential v2, I suggest reducing the stutter in the API (as also mentioned in this comment):

profile.Path
profile.CPU
profile.Mem
profile.Allocs
...