<?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 Diff between CPU Time and Real Time in log in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Diff-between-CPU-Time-and-Real-Time-in-log/m-p/75413#M21872</link>
    <description>If i run a dataset we will find CPU Time and Real Time in log window after execution.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: There were 4 observations read from the data set WORK.AS.&lt;BR /&gt;
NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;
      real time           0.18 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
what is the difference and what is it.</description>
    <pubDate>Wed, 25 Feb 2009 12:09:54 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2009-02-25T12:09:54Z</dc:date>
    <item>
      <title>Diff between CPU Time and Real Time in log</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Diff-between-CPU-Time-and-Real-Time-in-log/m-p/75413#M21872</link>
      <description>If i run a dataset we will find CPU Time and Real Time in log window after execution.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: There were 4 observations read from the data set WORK.AS.&lt;BR /&gt;
NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;
      real time           0.18 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
what is the difference and what is it.</description>
      <pubDate>Wed, 25 Feb 2009 12:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Diff-between-CPU-Time-and-Real-Time-in-log/m-p/75413#M21872</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2009-02-25T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between CPU Time and Real Time in log</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Diff-between-CPU-Time-and-Real-Time-in-log/m-p/75414#M21873</link>
      <description>Real time is actual clock time it took to execute the proc print. It can change depending on system capacity and current load. &lt;BR /&gt;
&lt;BR /&gt;
CPU time is the processing time the CPU used to execute the procedure. It's not supposed to depend on load factors.&lt;BR /&gt;
&lt;BR /&gt;
That 4 observation data step is so short that it required less than 1/100 of a second in CPU time for the print procedure, so the CPU time is showing up as 0:00.&lt;BR /&gt;
&lt;BR /&gt;
Does this answer your question?</description>
      <pubDate>Wed, 25 Feb 2009 15:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Diff-between-CPU-Time-and-Real-Time-in-log/m-p/75414#M21873</guid>
      <dc:creator>martha_sas</dc:creator>
      <dc:date>2009-02-25T15:12:17Z</dc:date>
    </item>
  </channel>
</rss>

