我正在使用gprof分析矩陣乘法C程序。該C程序具有這樣的一般結構; int main()
{
int n;
printf("enter size of square matrices");
scanf("%d", &n);
data(matM); //fill matrices with n x n random data
data(matN);
// this is u
我問一個問題,關於GPROF Automating the profling of C program using GPROF 看來我得找出解決方案的一半(我現在知道如何自動gporf使用bash腳本)。另一半是,如果我可以說50個分析結果存儲在分析[i] .text(1 = 1到50)中,那麼如何將所有這些結果合併到一個文件中,以便我可以輕鬆比較所有結果並可能很容易地複製時間並在excelshe
我們正在開發一個多線程項目。我的同事說,gprof完美地工作,沒有多線程程序的工作。我前段時間閱讀過。 http://sam.zoy.org/writings/programming/gprof.html http://lists.gnu.org/archive/html/bug-binutils/2010-05/msg00029.html 我也看過這樣的: How to profile mult
我使用gprof的優化我的C++代碼的運行時間,而我得到的結果如下: Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
21.49 2.31 2.31 _fu2_