アプリケーションのプロファイリングに go pprof を使用しています。次のチュートリアルに従いました - http://saml.rilspace.org/profiling-and-creating-call-graphs-for-go-programs-with-go-tool-pprof
そして、私のプロファイリングの "--text" 結果は -
合計: 48 サンプル 48 100.0% 100.0% 48 100.0% runtime.mach_semaphore_wait 0 0.0% 100.0% 48 100.0% システム
アプリケーションの完全なプロファイリング結果を取得するにはどうすればよいですか? (通常、私のアプリケーションは go-imap と json で動作します)