procedure ZPLStartTimer (var sec: integer; var usec: integer); procedure ZPLCheckTimer (var sec: integer; var usec: integer);ZPLStartTimer() is used to initialize the clock. It takes two arguments that, upon return, contain the number of seconds and microseconds that have elapsed since the program started. This measures the amount of time spent in compiler-generated startup procedures.