r*********r 发帖数: 3195 | 1 大家都用什么工具?
我用gprof, 但有时候发现它精度不够,小点的函数在毫秒量级都是零。
能不能让它用微秒?
很久没有用VS了,以前记得它是带profiler的,但是在 vs 2005 pro 下没找到。
where did it go? also, what's the profiler's precision? |
t****t 发帖数: 6806 | 2 如果是零, 当然就不用关心了, profile都关心耗时长的函数啊
【在 r*********r 的大作中提到】 : 大家都用什么工具? : 我用gprof, 但有时候发现它精度不够,小点的函数在毫秒量级都是零。 : 能不能让它用微秒? : 很久没有用VS了,以前记得它是带profiler的,但是在 vs 2005 pro 下没找到。 : where did it go? also, what's the profiler's precision?
|
r*********r 发帖数: 3195 | 3 input变大的话,时间就不是零了。。。
现在手头只有小量数据,想看看几个算法相差多少。 |
t****t 发帖数: 6806 | 4 反正是看百分比的
5%以下的部分我就忽略了
【在 r*********r 的大作中提到】 : input变大的话,时间就不是零了。。。 : 现在手头只有小量数据,想看看几个算法相差多少。
|
r****r 发帖数: 115 | 5 VS的team suite有profiler
【在 r*********r 的大作中提到】 : 大家都用什么工具? : 我用gprof, 但有时候发现它精度不够,小点的函数在毫秒量级都是零。 : 能不能让它用微秒? : 很久没有用VS了,以前记得它是带profiler的,但是在 vs 2005 pro 下没找到。 : where did it go? also, what's the profiler's precision?
|
d****2 发帖数: 6250 | 6
the behavior can be very different depending on input size.
use vtune.
【在 r*********r 的大作中提到】 : input变大的话,时间就不是零了。。。 : 现在手头只有小量数据,想看看几个算法相差多少。
|