![]() |
Re: CPUID Intel&AMD
I looked in here but
![]() Basicly i need realistic cpu speed calculation. |
Re: CPUID Intel&AMD
Boy, do not be so stupid!
Zitat:
Zitat:
Zitat:
|
Re: CPUID Intel&AMD
Sh#! thanks Muetze ill look in to it and ofcourse after i finish it post a working prototype.
|
Re: CPUID Intel&AMD
extract the package from:
![]() and look at the file "CPUMeter.pas"! i think this can help you ;-) edit: also have a look at "FastcodeCPUID.pas"! |
Re: CPUID Intel&AMD
It has to be the TIME-STAMP COUNTER otherwise i am stupid as a rock.
Zitat:
edit2/ lbccaleb,If it shows speed from cpu its usefull. |
Re: CPUID Intel&AMD
lbccaleb,its usefull but no cpu speed :pale:
|
Re: CPUID Intel&AMD
Liste der Anhänge anzeigen (Anzahl: 1)
Here i made something...Its interesting goo look. :wink:
|
Re: CPUID Intel&AMD
Well?Nobody? :shock:
|
Re: CPUID Intel&AMD
Zitat:
![]() Appendix B (page 469) contains the model-specific registers, which are described for the corresponding processor technology. |
Re: CPUID Intel&AMD
I did that read everything however i need to extract the VID-Voltage Id.
IA32_PERF_STATUS is the msr address.
Delphi-Quellcode:
function tform1.getcoremulti:integer;
var eax,edx:dword; begin RdMSR($198, eax,edx) ; result:= eax SHR 8 and $ff end; However how to read voltage? |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:49 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz