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 10:54
>>7
I did not write that program, and that program uses a lot of external libraries which makes it impossible to tell how much a library call costs. In such a case a profiler might be useful, but that is a very rare exception.