Posts
Sort by recent activity
Time excluding children seems wrong.
In a sample execution of the mandelbrot program, the total time reported in Main() (including children) was about 140 seconds. The time reported in Main() (excluding children) was about 70 seconds....
Total seconds counts are wrong.
My previous post on this seems to have been ignored, so I'm posting again.
I ran the mandelbrot program for about 10 seconds, and the results said Main() (with children) took 262 seconds.
I tried r...
JIT inlining seems to be disabled, so results are misleading
When profiling the included Mandelbrot applications running in "Slow" (complex number) mode, the "slowest functions" are always Complex.get_X() and Complex.get_Y(), which have the code "return m_X;...
The results ARE wildly inaccurate.
I'm using the trial version of 2.6, downloaded February 5th, 2006.
The time in seconds in the results is way off.
For instance, I ran the mandelbrot program for about 10-15 seconds, and it said Mai...