POV-Ray : Newsgroups : povray.windows : Benchmark bug on single core with Hyperthreading : Re: Benchmark bug on single core with Hyperthreading Server Time
19 Apr 2024 00:10:06 EDT (-0400)
  Re: Benchmark bug on single core with Hyperthreading  
From: LucasGrijander
Date: 28 Jun 2012 11:35:00
Message: <web.4fec796083fc5c7fd389879d0@news.povray.org>
The proposed fix is in line 1886 of pvengine.cpp:

replace this line:
    threadCount = benchmark_multithread ? NumberOfCPUs : 1 ;

with this other:
    threadCount = benchmark_multithread ? ThreadCount : 1 ;


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.