Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
TIME - Safe TCL
Synopsis * Description * Keywords

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.

Keywords

script, time

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved