Am 14.02.2019 um 08:15 schrieb ingo:
> in news:5c64a63c$1@news.povray.org clipka wrote:
>
>> "EEeeks!"
>
...
> delay 1000
> % time test
> 0.000u 0.001s 0:00.00 0.0% 0+0k 2+0io 0pf+0w
...
> delay 100
> real 0m0.064s
> user 0m0.015s
> sys 0m0.015s
Now that seems _totally_ bonkers. Can you add some output to the loop,
say `cout << i << endl`, to make sure the compiler isn't just optimizing
away the entire loop?
Post a reply to this message
|