timer(action, [name])

Use this function to measure time between two calls to timer.

 

          action          one of the following timer actions

          start:          Start or restart timer. When restarting a timer which is running, then the return value is the current timer count

          stop          Stop timer and return value of running timer

          get          Get timer count of a running timer

 

          name          Name of the timer. Use this name to instantiate multiple timers in parallel.



Copyright 2023 - BeriSoft Inc.
All rights reserved