<?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 measuring function call execution time per call in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/measuring-function-call-execution-time-per-call/m-p/992619#M11393</link>
    <description>I have a function that performs a different amount of processing each time that it is called.  I would like obtain a histogram of the processing time used per function call, i.e. the probability distribution of processing per call.  (The function is going into a real-time system; I need to characterize its CPU utilization.) Is there a way to do this with VTune or its APIs?</description>
    <pubDate>Sat, 09 Apr 2005 04:15:38 GMT</pubDate>
    <dc:creator>jmw17</dc:creator>
    <dc:date>2005-04-09T04:15:38Z</dc:date>
    <item>
      <title>measuring function call execution time per call</title>
      <link>https://community.intel.com/t5/Analyzers/measuring-function-call-execution-time-per-call/m-p/992619#M11393</link>
      <description>I have a function that performs a different amount of processing each time that it is called.  I would like obtain a histogram of the processing time used per function call, i.e. the probability distribution of processing per call.  (The function is going into a real-time system; I need to characterize its CPU utilization.) Is there a way to do this with VTune or its APIs?</description>
      <pubDate>Sat, 09 Apr 2005 04:15:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/measuring-function-call-execution-time-per-call/m-p/992619#M11393</guid>
      <dc:creator>jmw17</dc:creator>
      <dc:date>2005-04-09T04:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: measuring function call execution time per call</title>
      <link>https://community.intel.com/t5/Analyzers/measuring-function-call-execution-time-per-call/m-p/992620#M11394</link>
      <description>&lt;DIV&gt;Not without modifying your code. That is, the analyzer won't do this automatically. If you create a performance counter for your application, you can report this data via the performance counter subsystem in Microsoft* Windows* and the VTune analyzer can display it and correlate it with sampling data.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Call graph can display "average time per call", but not actual time per call. It also doesn't display it in a histogram.&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:20:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/measuring-function-call-execution-time-per-call/m-p/992620#M11394</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2005-04-21T06:20:56Z</dc:date>
    </item>
  </channel>
</rss>

