I am using go pprof to profile my application, I have followed the next tutorial - http://saml.rilspace.org/profiling-and-creating-call-graphs-for-go-programs-with-go-tool-pprof
And my "--text" result of my profiling is -
Total: 48 samples 48 100.0% 100.0% 48 100.0% runtime.mach_semaphore_wait 0 0.0% 100.0% 48 100.0% System
What should I do in order to get the full profiling result of the application? (Generaly my application works with go-imap and json)