Returns the elapsed time from a specific reference point, based on the specified `unit`.
The default unit, "milli," represents milliseconds since midnight, January 1, 1970 UTC, and aligns with conventional system time.
The "nano" and "micro" units offer high-resolution timing based on the Java Virtual Machine's internal clock, ideal for measuring elapsed time rather than absolute wall-clock time.
These values are not tied to real-world dates but provide a consistent point of origin within the Java Virtual Machine for accurate time intervals.
This function is well-suited for performance testing, such as timing code execution, by capturing precise intervals.
Lucee Function Reference
gettickcount()
Example
gettickcount([string unit]):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
unit | string | No |
Specifies the unit of time for the returned value. Valid options include: |