Page 1 of 1

profiling code for optimization

PostPosted: Dec 31, 2003 @ 6:31am
by izeman
ey,

how do you profile your code? i don't have vtune. and i tried vc++ profiler, but it doesn't seem to reach the important functions i want to profile.

for now, i only use a crude method: timing a function while looping it a thousand times. this works fine if i'm optimizing a few lines of code or a single function. but it doesn't help much identifying bottlenecks.

any suggestions?
thanks..

happy new year!!

PostPosted: Jan 3, 2004 @ 7:07pm
by drgoldie

PostPosted: Jan 3, 2004 @ 9:50pm
by hm