The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-17-2008
alex_5161 alex_5161 is offline
Registered User
  
 

Join Date: Jan 2007
Location: Detroit
Posts: 124
How the time of execution could be checked?

I need to see how much time my script uses to execute different part of processing.
Is there anything to get it?

I see the shell biultin variable $SECONDS, but I need much more precise statistic, in mili or micro seconds.

Is there anything available for that?

I use bash shell.

Thank you.