X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 10 Sep 2003 09:11 AM by  anon
CPU time in IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
10 Sep 2003 09:11 AM
    Is there any method to know the CPU time spent on running a certain code? That is , could we get the relative time? I tried to use 'systime', whose minimum unit is second. Second is too much for a simple code.

    Deleted User



    New Member


    Posts:
    New Member


    --
    10 Sep 2003 09:11 AM
    Ever consider using the Profile function? This will give you the time spent on every function call and the number of times called. Very useful stuff.
    You are not authorized to post a reply.