Klaus Post c7178d2066 Profiling: Add base, fix memory profiling (#8850)
For 'snapshot' type profiles, record a 'before' profile that can be used 
as `go tool pprof -base=before ...` to compare before and after.

"Before" profiles are included in the zipped package.

[`runtime.MemProfileRate`](https://golang.org/pkg/runtime/#pkg-variables) 
should not be updated while the application is running, so we set it at startup.

Co-authored-by: Harshavardhana <harsha@minio.io>
2020-01-21 15:49:25 -08:00
..
2020-01-20 08:45:59 -08:00
2019-12-12 10:01:15 -08:00
2020-01-13 13:09:10 -08:00
2020-01-08 17:21:58 -08:00
2020-01-02 20:18:32 +05:30
2019-09-10 04:42:29 +05:30