Search found 31 matches

by hathor
Mon Jan 17, 2011 12:38 pm
Forum: Discussion
Topic: Trouble with CPU Clock !
Replies: 4
Views: 5022

Re: Trouble with CPU Clock !

I understand You!
Toss away wrong programs.
by hathor
Sun Jan 16, 2011 11:11 pm
Forum: Discussion
Topic: Trouble with CPU Clock !
Replies: 4
Views: 5022

Re: Trouble with CPU Clock !

Programmers should ..use IA32_MPERF and IA32_APERF MSRs to get the measured performance * over a period of time, while CPU is in C0 state. * IA32_MPERF counts at the rate of max advertised frequency * IA32_APERF counts at the rate of actual CPU frequency * Only IA32_APERF/IA32_MPERF ratio is archite...
by hathor
Sun Jan 09, 2011 11:30 pm
Forum: General Discussions
Topic: Open Hardware Monitor - OPEN SOURCE
Replies: 0
Views: 12552

Open Hardware Monitor - OPEN SOURCE

Open Hardware Monitor The Open Hardware Monitor is a free open source application that monitors temperature sensors, fan speeds, voltages, load and clock speeds of a computer. It supports most hardware monitoring chips found on todays mainboards like the ITE, Winbond and Fintek families. The CPU te...
by hathor
Thu Oct 21, 2010 1:42 pm
Forum: Intel
Topic: What is the real temp at the CPU
Replies: 2
Views: 10081

Re: What is the real temp at the CPU

Intel: TCASE 85.2°C
If TJmax is really 125°C then the temperature is too high.

The really TJmax is 90°C!
Source:
http://download.intel.com/design/proces ... 319977.pdf

BTW:
http://denn1s82.de.funpic.de/dennis/SF0 ... 1_100r.pdf
by hathor
Wed Jun 02, 2010 10:11 am
Forum: Development
Topic: GPU Monitoring
Replies: 4
Views: 5657

Re: GPU Monitoring

by hathor
Wed Jun 02, 2010 10:07 am
Forum: Development
Topic: Temperature in ATI-Graphics-Card
Replies: 1
Views: 5109

Temperature in ATI-Graphics-Card

Designed to access display driver functionality for ATI Radeonâ„¢ and ATI FireProâ„¢ graphics cards.

AMD Display Library (ADL) SDK

http://developer.amd.com/gpu/adlsdk/Pages/default.aspx

http://developer.amd.com/Downloads/ADL_SDK_3.0.zip
by hathor
Sat Sep 26, 2009 11:12 am
Forum: Development
Topic: Delphi DEMO with use C# DLL
Replies: 4
Views: 6149

Re: Delphi DEMO with use C# DLL

@bsdstap: Wich DLL? My DELPHI-Prog needs no DLL. Look at here: http://www.alcpu.com/forums/viewtopic.php?f=36&t=419&hilit=hathor ----------------- The DLL is unnecessary. The DLL only exports 2 functions: fnGetCoreTempInfo:Boolean fnGetCoreTempInfoAlt:Boolean It says to the program, there is...
by hathor
Tue May 12, 2009 1:00 pm
Forum: Core Temp - Discussion
Topic: Lamens terms please?
Replies: 2
Views: 3713

Hi, What CPU? If it is a T2050, then the Thermal Specification (TjMax) is 100°C. Thermal Specification: The thermal specification shown is the maximum case temperature at the maximum Thermal Design Power (TDP) value for that processor. It is measured at the geometric center on the topside of the pr...
by hathor
Mon May 11, 2009 2:59 am
Forum: Core Temp - Development
Topic: DELPHI source code: current frequency of each core
Replies: 0
Views: 9844

DELPHI source code: current frequency of each core

We can get the current frequency of each core with this DELPHI-code: const powrproflib = 'powrprof.dll'; type PROCESSOR_POWER_INFORMATION = packed record Number: Cardinal; MaxMhz: Cardinal; CurrentMhz: Cardinal; MhzLimit: Cardinal; MaxIdleState: Cardinal; CurrentIdleState: Cardinal; end; PPROCESSOR_...
by hathor
Mon May 11, 2009 2:38 am
Forum: Core Temp - Development
Topic: DELPHI source code SHARED MEMORY
Replies: 8
Views: 26635

We can get the current frequency of each core

We can get the current frequency of each core with this DELPHI-code: const powrproflib = 'powrprof.dll'; type PROCESSOR_POWER_INFORMATION = packed record Number: Cardinal; MaxMhz: Cardinal; CurrentMhz: Cardinal; MhzLimit: Cardinal; MaxIdleState: Cardinal; CurrentIdleState: Cardinal; end; PPROCESSOR_...
by hathor
Mon May 04, 2009 7:06 am
Forum: EEEPC Tool - Development
Topic: EEEPC Tool v2
Replies: 15
Views: 45131

Re: EEEPC Tool v2

[*]Battery information - Unlikely, need to figure out how to do it - Not done. I'll also look into displaying the battery info, but doesn't seem likely right now. INTEL helps with Source code: http://software.intel.com/en-us/articles/accessing-system-power-information-using-the-intel-mobile-platfor...
by hathor
Mon Apr 27, 2009 7:49 pm
Forum: EEEPC Tool - Development
Topic: EEEPC Tool v2
Replies: 15
Views: 45131

Please add 'fontsize=' and 'OSDpos=x,y'
Thanks!
by hathor
Fri Mar 06, 2009 6:12 pm
Forum: Core Temp - Development
Topic: Extended system information coming soon
Replies: 4
Views: 11048

GREAT !!!
by hathor
Mon Feb 23, 2009 9:07 am
Forum: Core Temp - Bug reports
Topic: Core Temp Grapher Plugin: Missing: Restart Graph in CORETEMP
Replies: 1
Views: 3339

Core Temp Grapher Plugin: Missing: Restart Graph in CORETEMP

Missing: How to restart in CORETEMP the Core Temp Grapher 1.1 Plugin.
by hathor
Mon Feb 16, 2009 6:33 pm
Forum: Core Temp - Development
Topic: GPU Temperature plug in
Replies: 34
Views: 59643

The GPU-(Standalone-)Exe-File can write the 3 Bytes (GPU,SlowDown,Env) in the SHARED MEMORY of CORETEMP.
No dll, no plugin, please!
by hathor
Sun Jan 25, 2009 5:58 am
Forum: Intel CPUs
Topic: Good overclocking guide for people
Replies: 2
Views: 13543

Overclocking C2Q (Quads) and C2D (Duals) - A Guide

The Editor is very bad!
This is the right one:
[url]http://www.overclockingwiki.org/index.p ... _-_A_Guide[/url]
by hathor
Sat Nov 15, 2008 8:42 am
Forum: Core Temp - Bug reports
Topic: Bugged clocks in Core Temp 0.99.3
Replies: 7
Views: 8181

PROCESSOR_POWER_INFORMATION

And what about PROCESSOR_POWER_INFORMATION, MaxMhz, CurrentMhz? http://www.google.com/codesearch?hl=de&lr=&q=lang%3Ac%2B%2B+MaxMhz&sbtn=Suche typedef struct _PROCESSOR_POWER_INFORMATION { ULONG Number; ULONG MaxMhz; ULONG CurrentMhz; ULONG MhzLimit; ULONG MaxIdleState; ULONG CurrentIdleS...
by hathor
Tue Oct 14, 2008 1:51 pm
Forum: Core Temp - Development
Topic: Current frequency & multiplier in Core Temp?
Replies: 13
Views: 25625

Shalom, Arthur,
how do You calculate the cpu frequency, the current working speed?
It is never the same like CurrentMhz of the WINDOWS PROCESSOR_POWER_INFORMATION.

Greetings!

TiuHathor
:cry:
by hathor
Sun Oct 12, 2008 6:55 pm
Forum: Visual C++/C/C#
Topic: C\C++: Get highest bit '1' in unsigned int.
Replies: 2
Views: 11622

/** Returns the most significant bit set in a value. */ static FORCEINLINE unsigned int mostSignificantBitSet(unsigned int value) { unsigned int result = 0; while (value != 0) { ++result; value >>= 1; } return result-1; }
by hathor
Sun Sep 07, 2008 8:05 pm
Forum: Core Temp - Discussion
Topic: Im new .. help...
Replies: 6
Views: 7689

HDD-Temperatures:

Temperature / Operating 5 ~ 55°C
Temperature / Non-operating -40 ~ 70°C

http://www.samsung.com/global/business/ ... &ppmi=1159
by hathor
Wed Jul 02, 2008 5:47 am
Forum: Core Temp - Development
Topic: Possible new feature for Core Temp 1.0: Plugin engine
Replies: 3
Views: 8001

PLUGINS

:D GREAT !!! :D
by hathor
Mon Jun 23, 2008 12:13 pm
Forum: Core Temp - Development
Topic: DELPHI source code SHARED MEMORY
Replies: 8
Views: 26635

UPDATE: Added: 2008-06-23

UPDATE:

Added: 2008-06-23

Current frequency
Max frequency
System processor number
CurrentIdleState
MaxIdleState
by hathor
Fri Jun 13, 2008 1:41 pm
Forum: Core Temp - Development
Topic: How to set parameters without GUI/from another application?
Replies: 3
Views: 6140

Re: How to set parameters without GUI/from another applicati

BitLaucher wrote:...+ set the unit to degree Fahrenheit, that the resolution is better than in degree Celsius....

That's nonsense.
by hathor
Tue May 27, 2008 11:16 am
Forum: Core Temp - Development
Topic: DELPHI source code SHARED MEMORY
Replies: 8
Views: 26635

Battery and Power Status

Hi,

I prefer DELPHI, if You need code for C++ :

http://www.codeproject.com/info/search. ... kw=battery

Go to advanced search