由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [转载] Help on profiler
相关主题
请问:为什么gprof显示的cumulative时间比实际的长得多?专业c++程序员都用什么ide
刚转专业学CS两年,想申请偏EE的PHd,有什么建议?gprof和STL的问题
请教一个好的算法大家都用什么工具来profile C/C++程序
看来同志们对Anders Hijlberg都不了解啊[转载] 有没有什么好的profiling工具
作了一个h.264/AVC的分析软件,应该想那个论坛发布一下呢?UNIX下的gprof command怎么用啊?
做软件安全找工作前景如何C++ Profiler
新手请教如何抓blog data的问题[转载] Re: gprof question
键盘上的Ctrl+C 和Ctrl+V失效,如何修复?Marriott 70000 点加 2 free nights
相关话题的讨论汇总
话题: profiler话题: gprof话题: program话题: spent话题: www
进入CS版参与讨论
1 (共1页)
H******M
发帖数: 133
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: HiddenMM (HMM), 信区: Programming
标 题: Help on profiler
发信站: Unknown Space - 未名空间 (Thu Jul 15 16:00:49 2004) WWW-POST
Here is the problem. The main program A has a loop which starts another
program B. I want to see how much time is spent on a function F in B. I used
gprof to do this. But it seems gprof only records the last run of program B.
How do I get the accumulated time spent on F? Thanks alot!
A*****e
发帖数: 12
2
想个办法把每次B run的profile写到不同的文件里,然后再汇总。
比如,在每次run B返回A以后,把feedback文件重命名为一个unique的名字

【在 H******M 的大作中提到】
: 【 以下文字转载自 Programming 讨论区,原文如下 】
: 发信人: HiddenMM (HMM), 信区: Programming
: 标 题: Help on profiler
: 发信站: Unknown Space - 未名空间 (Thu Jul 15 16:00:49 2004) WWW-POST
: Here is the problem. The main program A has a loop which starts another
: program B. I want to see how much time is spent on a function F in B. I used
: gprof to do this. But it seems gprof only records the last run of program B.
: How do I get the accumulated time spent on F? Thanks alot!

1 (共1页)
进入CS版参与讨论
相关主题
Marriott 70000 点加 2 free nights作了一个h.264/AVC的分析软件,应该想那个论坛发布一下呢?
Marriott 70K怎么样做软件安全找工作前景如何
Earn 70,000 Bonus Points after you spend $2,000 in the fir新手请教如何抓blog data的问题
marriott 80k好么?键盘上的Ctrl+C 和Ctrl+V失效,如何修复?
请问:为什么gprof显示的cumulative时间比实际的长得多?专业c++程序员都用什么ide
刚转专业学CS两年,想申请偏EE的PHd,有什么建议?gprof和STL的问题
请教一个好的算法大家都用什么工具来profile C/C++程序
看来同志们对Anders Hijlberg都不了解啊[转载] 有没有什么好的profiling工具
相关话题的讨论汇总
话题: profiler话题: gprof话题: program话题: spent话题: www