Getting started Community Training Tutorials Documentation APIs, AI & Tools
type DurationMeasurement = { time: Number, result: T }
Timer Types
Timer Types
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
| Type | Definition | Description |
|---|---|---|
DurationMeasurement |
|
A return type that contains the execution time and result of a function call. |
TimeMeasurement |
|
A return type that contains a start time, end time, and result of a function call. |