Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: third_party/power_gadget/README.chromium

Issue 172183002: Intel Power Gadget Lib Loader (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/power_gadget/README.chromium
diff --git a/third_party/power_gadget/README.chromium b/third_party/power_gadget/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..432ce81601543bf7b87499c54ad50958916ffc95
--- /dev/null
+++ b/third_party/power_gadget/README.chromium
@@ -0,0 +1,18 @@
+Name: powergadget_lib
+URL: n/a
+Version: 0
+Security Critical: no
+License: BSD
+License File: LICENSE
+
+Description:
+ Intel® Power Gadget library aims to access real-time data about a 2nd
+generation or later Intel® Core processor regarding current estimated processor
+power, thermal design power (TDP), current processor frequency, base frequency,
+current temperature, maximum temperature, timestamps and elapsed time. The data
+is obtained from the Model Specific Registers (MSRs) that are available only in
+2nd Generation Intel® Core or later processors.
+ IntelPowerGadgetLib.h and IntelPowerGadgetLib.cpp are to load Intel® Power
+Gadget library and expose interface on windows platform, the library itself as
+well as driver should be installed with Intel® Power Gadget application.
+@http://software.intel.com/en-us/articles/intel-power-gadget

Powered by Google App Engine
This is Rietveld 408576698