in reply to Re^3: Garbage collection problem?? (Win32 CRTL malloc)
in thread Garbage collection problem??
No, you misunderstand the problem statement. Your results don't show the problem:
sgkirkup@72sp691lin:~$ ./performance-test.pl Section A took 0.8600 CPU seconds Section B took 2.1800 CPU seconds Section A took 0.8800 CPU seconds Section B took 2.2200 CPU seconds
The problem isn't that "Section B" takes longer than "Section A", but that the second run of "Section B" takes longer than the first run of "Section B" (and not just slightly longer).
- tye
|
|---|