ph_gettickcount PowerHome formula function
Description
Returns the number of ticks from the system clock chip since last restart or rollover.
Syntax
ph_gettickcount ( )
Return value
Unsignedlong. Returns the number of ticks from the system clock chip. This value starts at 0 when the system is rebooted or if the value rolls over. Handy for timing how long sections of code may take to execute.