profile
profile copied to clipboard
Simple profiling for Go
Travis-ci.org is `ceased`. I just did the migration to GH actions for two of my repos so when I saw this I thought if you also need to move this...
Failed to remove the files created by the profile pkg ``` "error":"remove mem.pprof: The process cannot access the file because it is being used by another process."```
## Problem Currently the signature of the Start function is ```go func Start(options ...func(*Profile)) interface { Stop() } ``` ## Use case The lifecycle in our case is managed by...
Hi. I hope everyone is having a great new year so far. I was told by a colleague I could use this package for determining how much time is being...
Hi Team, Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building...
Every time I use this package, I think that I can do something like: ```go var flagCPUProfile = flag.String("cpuprofile", "", "write a cpuprofile to `cpuprofile`") func main() { if *flagCPUProfile...
For programs that have both non-trivial shutdown hook plumbing and flags controlling profiling, it'd be convenient to have a NoProfile option with a no-op Stop function. I'll send a PR...
I've written a program that reads a csv (2.1m records) and builds sql insert statements into mariadb instance. It takes about 7minutes to complete the cpu level on my macbook...
Hi, I have a use case where I want to trigger profiles on a remote server and then load the resulting file via an HTTP endpoint. It seemed to me...
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](https://github.com/pkg/profile/issues/31#issuecomment-330331455)):...