Skip to content

timerStats

timerStats(name) → object · System

Get statistics for a named timer (min, max, avg, count).

  • name (required): timer name
utlx
let stats = timerStats("transform")
// {min: 12, max: 45, avg: 28, count: 100}

Released under AGPL-3.0.