Re: CPU detection work
9 Jul
2003
9 Jul
'03
5:39 p.m.
Mike Hearn <mike(a)theoretic.com> writes:
ChangeLog: - Move performance frequency code to misc/cpu.c - New function, get_cpu_speed() - Make MHz registry key and QueryPerformanceFrequency use it
I was hoping you would merge the CPU speed detection with the rest of the CPU info code, there's really no reason to parse /proc/cpuinfo twice. Also the value that QueryPerformanceFrequency returns needs to match the behavior of QueryPerformanceCounter, you can't simply divide it by 1000. -- Alexandre Julliard julliard(a)winehq.com
8282
Age (days ago)
8282
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard