What's the point of profilers? If I have written the code, I know which points are slow, and which do not matter.
Name:
Anonymous2009-10-03 9:45
>>3
Unless you've got an intimate knowledge of what your compiler is doing, you're not going to have a excellent idea of how slow/quickly your program works without a profiler. The best you can do is an educated guess.