Re: FastCode - IntToStr B&V v0.12



> Speaking of which, here are the results for Delphi 6, 7 and 2005
> (don't have Delphi 5 installed on this machine) on a dual Xeon.
>
> I notice the CPU identification doesn't pick up the dual CPU. If it
> helps, I can test against the machine here.

I created the code to test for multiple CPUs (and distinguish between
logical CPUs added by hyperthreading and "real" cores). It will be in
the next release.

However ISTM multiple CPUs shouldn't make much difference here, since
the B&V program is not multithreaded.

Perhaps it would be nicer to execute the benchmarking and validation in
a secondairy thread? This would make the GUI more responsive during
testing (on multiprocessor machines anyway; the benchmarks will of
course have higher priority then the GUI thread in this case).

Any opinions on this last point?
.



Relevant Pages

  • Re: the Z/10 and timers.
    ... much less exploitation of those multiple CPUs in any ... lineal descendants in today's Unisys ClearPath MCP ... August, 1965, which was the machine available with multiple CPUs. ... IBM Consulting Enterprise Software Architect ...
    (bit.listserv.ibm-main)
  • Re: dual core and c
    ... If I have 8 CPUs, then it will make no difference at all to the zip ... So it lefts the job to paralise code for multiple CPUs ... statements is that they have to be complete done on each sequence ... CPU cores into a single microprocessor. ...
    (comp.lang.c)
  • Re: NIU - Sun Neptune 10g - Transmit timed out reset (2.6.24)
    ... With this card you really need multiple cpus and multiple threads ... Single connections will not fill the pipe. ... generic segmentation offload: off ...
    (Linux-Kernel)
  • Re: dual core and c
    ... If I have 8 CPUs, then it will make no difference at all to the zip ... C, according to the standard, is not a language that is up to the ... task of doing anything about parallel or multithreaded programming. ... So it lefts the job to paralise code for multiple CPUs ...
    (comp.lang.c)
  • Re: FastCode - IntToStr B&V v0.12
    ... > I created the code to test for multiple CPUs (and distinguish between ... > logical CPUs added by hyperthreading and "real" cores). ... I agree with Dennis that benchmarks need to be run at the best possible ... Validations aren't measured, so I'm not ...
    (borland.public.delphi.language.basm)