How can we help you today? How can we help you today?
AdamMil
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....
2 followers 2 comments 0 votes
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...
4 followers 9 comments 0 votes
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;...
3 followers 7 comments 0 votes
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...
2 followers 5 comments 0 votes