Files
kumomta/docs/reference/kumo.time/_index.md
T
Wez Furlong 9e823dc352 add kumo.time lua module, with new timer object
The timer object can track latencies in lua code and is helpful for
ad-hoc, explicit "profiling" in your policy script: the latencies are
exported via a prometheus histogram.
2025-01-09 15:36:30 -07:00

154 B

require 'kumo.time'

The time module provides access to a number of functions for working with time or timer functionality.

Available Functions