Name: Anonymous 2009-10-03 9:04
What's the point of profilers? If I have written the code, I know which points are slow, and which do not matter.
i = 0;
for (i = 0; i < 100; ++i) {
j = i + 10;
}
print j;j += ...profile my anus