由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 怎么样profile C++ code最好?
相关主题
大家都用什么工具来profile C/C++程序Urgent help on how to get statistical informaiton of an algorithm
急问:大家一般都用什么profiling工具和memory leak的监测工请问这是什么语法(C++)?
各位给推荐一个C++ programming performance profiler?有没有工具自动描绘C++程序的Call flow
gprof和STL的问题Two classic C++ questions, how to answer
[合集] 急问:大家一般都用什么profiling工具和memory leak的监C++ Profiler
code profiling 的问题Memory Usage问题
如何查看一个程序里面某个函数或者计算占用的CPU和内存?这个go的吐槽很客观
有什么办法可以查每行代码用的时间?MATLAB function call too slow
相关话题的讨论汇总
话题: profile话题: c++话题: 优化话题: ho话题: 怎么样
进入Programming版参与讨论
1 (共1页)
w***g
发帖数: 5958
1
如果优化了吧,好多函数都直接内嵌了,profile结果details丧失殆尽,根本看不出ho
tspot在哪儿。不优化吧,profile出来的结果又没有实际意义。
版上做优化的朋友都来说说这个问题怎么解决吧,顺便介绍下好用的代码优化工具。
s*****w
发帖数: 1527
t****t
发帖数: 6806
3
on linux you can try oprofile. it's a kernel profiler which can profile
anything (doesn't limit to c/c++).

ho

【在 w***g 的大作中提到】
: 如果优化了吧,好多函数都直接内嵌了,profile结果details丧失殆尽,根本看不出ho
: tspot在哪儿。不优化吧,profile出来的结果又没有实际意义。
: 版上做优化的朋友都来说说这个问题怎么解决吧,顺便介绍下好用的代码优化工具。

1 (共1页)
进入Programming版参与讨论
相关主题
MATLAB function call too slow[合集] 急问:大家一般都用什么profiling工具和memory leak的监
visual studio 2005怎么code profiling?code profiling 的问题
【讨论】Linux启动时执行配置文件的顺序 (转载)如何查看一个程序里面某个函数或者计算占用的CPU和内存?
UNIX下的gprof command怎么用啊?有什么办法可以查每行代码用的时间?
大家都用什么工具来profile C/C++程序Urgent help on how to get statistical informaiton of an algorithm
急问:大家一般都用什么profiling工具和memory leak的监测工请问这是什么语法(C++)?
各位给推荐一个C++ programming performance profiler?有没有工具自动描绘C++程序的Call flow
gprof和STL的问题Two classic C++ questions, how to answer
相关话题的讨论汇总
话题: profile话题: c++话题: 优化话题: ho话题: 怎么样