Hello fellow XP users,
In 2010 I wrote a simple timer program using the win32 api in MSVC6.
it is about 60k in size and takes the system time then starts a thread
to calculate Pi to 10k digits using integer maths only and when the
thread ends takes the system time again and tells the user how long
it took.
Using this timer in xp(32) with the XP theme takes 2.17 to 2.19 seconds.
Using this timer in xp(32) with the Classic theme takes 2.38 to 2.41 seconds.
The opposite happens in XP x64.
Using this timer in xp(64) with the XP theme takes 2.38 to 2.41 seconds.
Using this timer in xp(64) with the Classic theme takes 2.17 to 2.19 seconds.
The above times were tested on clean installs.
At the moment my "Normal" XP is taking 2.47 - 2.73 seconds and I'm trying to find out why, and
while doing so I noticed the "Theme timings" and thought someone might be interested.
Tim
In 2010 I wrote a simple timer program using the win32 api in MSVC6.
it is about 60k in size and takes the system time then starts a thread
to calculate Pi to 10k digits using integer maths only and when the
thread ends takes the system time again and tells the user how long
it took.
Using this timer in xp(32) with the XP theme takes 2.17 to 2.19 seconds.
Using this timer in xp(32) with the Classic theme takes 2.38 to 2.41 seconds.
The opposite happens in XP x64.
Using this timer in xp(64) with the XP theme takes 2.38 to 2.41 seconds.
Using this timer in xp(64) with the Classic theme takes 2.17 to 2.19 seconds.
The above times were tested on clean installs.
At the moment my "Normal" XP is taking 2.47 - 2.73 seconds and I'm trying to find out why, and
while doing so I noticed the "Theme timings" and thought someone might be interested.
Tim