ARTS built-in documentation server

Workspace Method timerStart

Description

Initializes the CPU timer.
Use timerStop to stop the timer.

Usage example:
   timerStart
   ReadXML(f_grid,"frequencies.xml")
   timerStop
   Print(timer)

Authors: Oliver Lemke

Synopsis

timerStart( timer )

Variables

OUTtimer(Timer)Stores the starting time for time measurements.