由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - UNIX下的gprof command怎么用啊?
相关主题
gprof和STL的问题如何 randomize 一个sorted的文件 ?
大家都用什么工具来profile C/C++程序有谁用过gprof,觉得这东西有用么? (转载)
GPROF problemgprof和C++内联函数
C++ Profiler急问:大家一般都用什么profiling工具和memory leak的监测工
Is there some command t run at the background (转载)Please help: regarding ftp scripting in Windows xp Command prompt
在linux 和 Unix 上做 C/C++ 有差别吗?[合集] 急问:大家一般都用什么profiling工具和memory leak的监
About command line in C++code profiling 的问题
windows下输入流转向求助怎么样profile C++ code最好?
相关话题的讨论汇总
话题: gprof话题: unix话题: command
进入Programming版参与讨论
1 (共1页)
s******y
发帖数: 68
1
哪位用过的给说说. WINDOWS底下有什么类似的软件也行.
公司里cpp文件太多了, 始终看不出头绪来.
谢谢
h******n
发帖数: 8
2
1, use -pg option to compile the source files
2, collect profiles by running the program
3, use gprof to dump profile info

【在 s******y 的大作中提到】
: 哪位用过的给说说. WINDOWS底下有什么类似的软件也行.
: 公司里cpp文件太多了, 始终看不出头绪来.
: 谢谢

1 (共1页)
进入Programming版参与讨论
相关主题
怎么样profile C++ code最好?Is there some command t run at the background (转载)
如何实现 Meta Seach在linux 和 Unix 上做 C/C++ 有差别吗?
请教个问题:MATLAB 怎么设置精确的轴About command line in C++
GUI里打开.fig文件用imagesc显示图像 (转载)windows下输入流转向求助
gprof和STL的问题如何 randomize 一个sorted的文件 ?
大家都用什么工具来profile C/C++程序有谁用过gprof,觉得这东西有用么? (转载)
GPROF problemgprof和C++内联函数
C++ Profiler急问:大家一般都用什么profiling工具和memory leak的监测工
相关话题的讨论汇总
话题: gprof话题: unix话题: command