<?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 Re: timex in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687860#M932306</link>
    <description>Is there IO involved?  Method 2 is obviously saving a bit of CPU time but if there's disk IO involved then that may be whats taking up most of the 'real' time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 21 Mar 2002 11:03:28 GMT</pubDate>
    <dc:creator>Steven Gillard_2</dc:creator>
    <dc:date>2002-03-21T11:03:28Z</dc:date>
    <item>
      <title>timex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687858#M932304</link>
      <description>Hi,&lt;BR /&gt;I was investigating the use of an alternative algorithm for a certain task. I'm not going to mention either the task or the algo, for fear of biasing the gentle reader's mind :-)&lt;BR /&gt;I have found that Method-2 offers a significant saving in User Time and System Time, but the Real (User) Time is the more-or-less the same, as you can see from the attachment.&lt;BR /&gt;If I change over to Method-2, will the users see any reduction is processing time? Can I jump out of my bathtub crying Eureka?</description>
      <pubDate>Thu, 21 Mar 2002 09:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687858#M932304</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-03-21T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: timex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687859#M932305</link>
      <description>In theory Real time should be the one to use; but as this depends on system performance and workload at the time the program is run, then it may be skewed.&lt;BR /&gt;&lt;BR /&gt;The best way to run this is to do multiple iteration, and either time all iterations or work out an average; something like:&lt;BR /&gt;&lt;BR /&gt;$ cat iterate&lt;BR /&gt;i=0&lt;BR /&gt;while (( i &amp;lt; 1000 ))&lt;BR /&gt;do&lt;BR /&gt;   exec ${@}&lt;BR /&gt;   (( i = i - 1 ))&lt;BR /&gt;done&lt;BR /&gt;$&lt;BR /&gt;$ timex iterate old-program&lt;BR /&gt;$ timex iterate new-program&lt;BR /&gt;&lt;BR /&gt;And see the differences over this period&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Thu, 21 Mar 2002 09:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687859#M932305</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2002-03-21T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: timex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687860#M932306</link>
      <description>Is there IO involved?  Method 2 is obviously saving a bit of CPU time but if there's disk IO involved then that may be whats taking up most of the 'real' time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 21 Mar 2002 11:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timex/m-p/2687860#M932306</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-21T11:03:28Z</dc:date>
    </item>
  </channel>
</rss>

