Software Archive
Read-only legacy content
17061 Discussions

Advertised Freqency;

bohunter11
Beginner
548 Views
I have been able to get all the info from cpuid instruction.
But there is one thing that I have not been able to get.
The max advertised freqency.
I know that I can get it from brand string but that
is for procesors that support that feature.
I would like to be able to get this from a pentium or better.
How does Intel do it in there freqency test application?
Thank You
Bo Hunter
0 Kudos
3 Replies
Intel_Software_Netw1
548 Views
We will forward your question to our Application Engineers and let you know how they respond.
Regards,

Lexi S.

IntelSoftware NetworkSupport

http://www.intel.com/software

Contact us

Message Edited by intel.software.network.support on 12-02-2005 01:13 PM

0 Kudos
TimP
Honored Contributor III
548 Views
A common way of checking clock frequency is to measure the number of ticks returned by the __rdtsc() timer (supported by Intel and Microsoft C compilers) against the time of day counter. I don't know if the original question intentionally goes beyond that.
0 Kudos
Intel_Software_Netw1
548 Views
We checked with our engineering team, and they do not have any further information beyond what Tim has posted above, since this issue relates to very old processors. We are sorry we cannot help you further.
Regards,

Lexi S.

IntelSoftware NetworkSupport

http://www.intel.com/software

Contact us

Message Edited by intel.software.network.support on 12-01-2005 10:21 AM

0 Kudos
Reply