time man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

time(n)			     Tcl Built-In Commands		       time(n)

______________________________________________________________________________

NAME
       time - Time the execution of a script

SYNOPSIS
       time script ?count?
_________________________________________________________________

DESCRIPTION
       This  command  will  call  the  Tcl interpreter count times to evaluate
       script (or once if count isn't  specified).   It	 will  then  return  a
       string of the form
	      503 microseconds per iteration
       which  indicates	 the average amount of time required per iteration, in
       microseconds.  Time is measured in elapsed time, not CPU time.

EXAMPLE
       Estimate how long it takes for a simple Tcl for	loop  to  count	 to  a
       thousand:
	      time {
		  for {set i 0} {$i<1000} {incr i} {
		      # empty body
		  }
	      }

SEE ALSO
       clock(n)

KEYWORDS
       script, time

Tcl								       time(n)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net