- 论坛徽章:
- 0
|
我对代码用gprof进行分析,得到结果如下. 前面的函数是我使用的库中的函数,我不想记录这些函数,请问应该怎么做。请教高手!!
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls Ts/call Ts/call name
23.03 0.38 0.38 InternalPoly:: addTermList(term*, term*, term*&, bool)
13.33 0.60 0.22 CanonicalForm:: operator*=(CanonicalForm const&)
7.27 0.72 0.12 InternalPoly:: copyTermList(term*, term*&, bool)
............
0.00 1.65 0.00 23425 0.00 0.00 operator==(PolSys const&, PolSys const&)
0.00 1.65 0.00 3414 0.00 0.00 sprem(CanonicalForm const&, CanonicalForm const&)
0.00 1.65 0.00 1424 0.00 0.00 trank(CanonicalForm const&, CanonicalForm const&)
0.00 1.65 0.00 1021 0.00 0.00 mrank(CanonicalForm const&, CanonicalForm const&)
[ 本帖最后由 xiaoliangbuaa 于 2008-5-6 14:33 编辑 ] |
|