type DurationMeasurement = { time: Number, result: T }
Timer Types (dw::util::Timer)
| 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.  | 



