嗨,所以我已經開始使用gprof進行分析工作,除了-f選項允許我指定要在調用圖中查看特定函數外,它工作正常。 例如 現在 Call graph (explanation follows)
granularity: each sample hit covers 4 byte(s) no time propagated
index % time self children calle
我正在學習如何使用gprof來分析我的代碼。對於我的應用程序之一,我有以下的輸出: Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
10.27 1.20 1.20 Locati