// General statistics. Alloc uint64 // bytes allocated and still in use TotalAlloc uint64 // bytes allocated (even if freed) Sys uint64 // bytes obtained from system (sum of XxxSys below) Lookups uint64 // number of pointer lookups Mallocs uint64 // number of mallocs Frees uint64 // number of frees
"PauseTotalNs": 4292761263230,
Well, the fact that the system reports the same as go does is a good indicator that the problem is a 'leak' in your go code and not with your cgo lib. Otherwise your sys would report much higher than go/pprof.
I still wouldn't rule out corruption by your cgo though. Is it's source available on the web so I can view it?
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/m-djT4LotdM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.