我正在使用 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 一起使用)