<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, how to obtain the runtime of a procedure</title>
    <link>http://www.mapleprimes.com/questions/35916-How-To-Obtain-The-Runtime-Of-A-Procedure</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 09:29:44 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:29:44 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, how to obtain the runtime of a procedure</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, how to obtain the runtime of a procedure</title>
      <link>http://www.mapleprimes.com/questions/35916-How-To-Obtain-The-Runtime-Of-A-Procedure</link>
    </image>
    <item>
      <title>This</title>
      <link>http://www.mapleprimes.com/questions/35916-How-To-Obtain-The-Runtime-Of-A-Procedure?ref=Feed:MaplePrimes:how to obtain the runtime of a procedure:Comments#answer59877</link>
      <itunes:summary>&lt;p&gt;start:=time[real](): &lt;br /&gt;
enter yoiur procedure here!!!!&lt;br /&gt;
finish:=time[real]():&lt;br /&gt;
print(`time take in seconds was`,finish-start);&lt;/p&gt;
&lt;p&gt;Any good?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;start:=time[real](): &lt;br /&gt;
enter yoiur procedure here!!!!&lt;br /&gt;
finish:=time[real]():&lt;br /&gt;
print(`time take in seconds was`,finish-start);&lt;/p&gt;
&lt;p&gt;Any good?&lt;/p&gt;</description>
      <guid>59877</guid>
      <pubDate>Thu, 21 Jan 2010 23:41:46 Z</pubDate>
      <itunes:author>CKOne</itunes:author>
      <author>CKOne</author>
    </item>
    <item>
      <title>real time</title>
      <link>http://www.mapleprimes.com/questions/35916-How-To-Obtain-The-Runtime-Of-A-Procedure?ref=Feed:MaplePrimes:how to obtain the runtime of a procedure:Comments#comment59878</link>
      <itunes:summary>&lt;p&gt;With &lt;b&gt;time[real&lt;/b&gt;] you get the time as you would measure it on a clock.&amp;nbsp; This may be influenced by whatever other things your computer is doing besides running Maple.&amp;nbsp; &lt;br /&gt;
CPU time, as measured by &lt;b&gt;time&lt;/b&gt; without the &lt;b&gt;[real]&lt;/b&gt;, may be a better indication of the performance of your procedure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;With &lt;b&gt;time[real&lt;/b&gt;] you get the time as you would measure it on a clock.&amp;nbsp; This may be influenced by whatever other things your computer is doing besides running Maple.&amp;nbsp; &lt;br /&gt;
CPU time, as measured by &lt;b&gt;time&lt;/b&gt; without the &lt;b&gt;[real]&lt;/b&gt;, may be a better indication of the performance of your procedure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>59878</guid>
      <pubDate>Fri, 22 Jan 2010 01:09:26 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>