Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GO テスト ファイルでコマンドgo test -cpuprofile cpu.outを試したところ、多くの 64 ビット数値でいっぱいのファイルcpu.outが生成されました。私には意味がありません。コマンドは何を行い、cpu.out ファイルからどのような情報を抽出できますか?
同様にgo test -memprofile mem.outがmem.outファイルを生成しましたが、これも私には意味がないようです。手伝ってください。
両方のファイルを添付しました。
cpu.outとmem.out