<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Intel PCM - How To on Windows in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793305#M591</link>
    <description>Thanks Roman and Patrick for the information.&lt;BR /&gt;&lt;BR /&gt;Patrick,&lt;BR /&gt;&lt;BR /&gt;I was able to follow you until 6) where you tell me to copy winring0* from openhardwaremonitor. I downloaded the zip file and did not find any winrin0* files. Maybe they have been moved? Is there anywhere else I can find them?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pranith</description>
    <pubDate>Wed, 28 Mar 2012 19:56:41 GMT</pubDate>
    <dc:creator>pranith</dc:creator>
    <dc:date>2012-03-28T19:56:41Z</dc:date>
    <item>
      <title>Intel PCM - How To on Windows</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793302#M588</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I previously used &lt;A href="http://software.intel.com/en-us/articles/intel-performance-counter-monitor/"&gt;Intel PCM &lt;/A&gt;on linux and now am trying it out on windows.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have to say that it was so much easier to use on linux because of the structure.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;For windows, I am having trouble finding what I have to do to use the PCM API. I see IntelPcm.dll but I do not know where to place it! And how do I use the API from my applications? What all headers do I need?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It would be really helpful if you could provide such a document!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Pranith&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Mar 2012 22:15:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793302#M588</guid>
      <dc:creator>pranith</dc:creator>
      <dc:date>2012-03-09T22:15:16Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - How To on Windows</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793303#M589</link>
      <description>Pranith,&lt;BR /&gt;&lt;BR /&gt;on Windows please look at the MSVC project in the PCM_Win directory. It contains all you need to compile pcm.exe on Windows from the example source file cpucounterstest.cpp . Same as on Linuxit compiles the sameCPP files into object files and linkes them into a single executable. The only difference is the "Driver" class that loads Windows msr kernel driver: #include "../PCM_Win/windriver.h". See the usage of the driver class in the cpucounterstest.cpp&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Roman</description>
      <pubDate>Tue, 13 Mar 2012 15:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793303#M589</guid>
      <dc:creator>Roman_D_Intel</dc:creator>
      <dc:date>2012-03-13T15:58:20Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - How To on Windows</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793304#M590</link>
      <description>Hello Pranith,&lt;BR /&gt;Roman has listed how to build PCM on Windows.&lt;BR /&gt;My experience is below... &lt;BR /&gt;I followed the instructions in the WINDOWS_HOWTO.rtf file.&lt;BR /&gt;Short version:&lt;BR /&gt;1) cd PCM_Win&lt;BR /&gt;2) type 'pcm.vcproj'&lt;BR /&gt; Visual Studio loads (maybe convertsthe project file)&lt;BR /&gt;3) Hit the 'Build-&amp;gt;Build Solution' visual studio menu item&lt;BR /&gt; This should build pcm.exe&lt;BR /&gt;4) cd .. # now you should be back in the main PCM dir&lt;BR /&gt;5) copy PCM_Win\Debug\pcm.exe .&lt;BR /&gt; Now we've built the executable... we still need a Ring0 level driver&lt;BR /&gt; You can build your own but on Win7 64bit the driver has to be signed or you have to run in debug mode.&lt;BR /&gt; Below I get a prebuilt, signed WinRing0 driver from Open-Hardware-Monitor.&lt;BR /&gt;6) download Open-Hardware-Monitor (from &lt;A href="http://code.google.com/p/open-hardware-monitor/downloads/list)" target="_blank"&gt;http://code.google.com/p/open-hardware-monitor/downloads/list)&lt;/A&gt;&lt;BR /&gt; I picked the latest version ver 0.4.0-beta URL &lt;A href="http://open-hardware-monitor.googlecode.com/files/openhardwaremonitor-v0.4.0-beta.zip"&gt;http://open-hardware-monitor.googlecode.com/files/openhardwaremonitor-v0.4.0-beta.zip&lt;/A&gt; &lt;BR /&gt;7) unzip openhardwaremonitor-v0.4.0-beta.zip&lt;BR /&gt;8) copyOpenHardwareMonitor\winring* .&lt;BR /&gt;So now the winring0*.dll and winring0*.sys files should be in same dir as pcm.exe&lt;BR /&gt;9) now pcm is ready to go. You should be able to do:&lt;BR /&gt; .\pcm.exe 1&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Mar 2012 01:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793304#M590</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2012-03-25T01:48:19Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - How To on Windows</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793305#M591</link>
      <description>Thanks Roman and Patrick for the information.&lt;BR /&gt;&lt;BR /&gt;Patrick,&lt;BR /&gt;&lt;BR /&gt;I was able to follow you until 6) where you tell me to copy winring0* from openhardwaremonitor. I downloaded the zip file and did not find any winrin0* files. Maybe they have been moved? Is there anywhere else I can find them?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pranith</description>
      <pubDate>Wed, 28 Mar 2012 19:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793305#M591</guid>
      <dc:creator>pranith</dc:creator>
      <dc:date>2012-03-28T19:56:41Z</dc:date>
    </item>
    <item>
      <title>Intel PCM - How To on Windows</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793306#M592</link>
      <description>&lt;P&gt;open-hardware-monitor has apparently stopped shipping winring0.&lt;BR /&gt;&lt;BR /&gt;RealTemp still has it.&lt;BR /&gt;You can go to &lt;A href="http://www.techpowerup.com/downloads/SysInfo/Real_Temp"&gt;http://www.techpowerup.com/downloads/SysInfo/Real_Temp&lt;/A&gt; and click on 'Real Temp 3.70' or&lt;BR /&gt;see &lt;A href="http://www.techpowerup.com/downloads/2089/Real_Temp_3.70.html"&gt;http://www.techpowerup.com/downloads/2089/Real_Temp_3.70.html&lt;/A&gt; &lt;BR /&gt;and click on the 'Download Now'icon.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2012 20:34:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-PCM-How-To-on-Windows/m-p/793306#M592</guid>
      <dc:creator>IDZ_A_Intel</dc:creator>
      <dc:date>2012-03-28T20:34:40Z</dc:date>
    </item>
  </channel>
</rss>

