Timer (dw::util::Timer)
This utility module contains functions for measuring time.
To use this module, you must import it to your DataWeave code, for example,
by adding the line import * from dw::util::Timer to the header of your
DataWeave script.
Functions
| Name | Description | 
|---|---|
Returns the current time in milliseconds.  | 
|
Executes the input function and returns an object with execution time in milliseconds and result of that function.  | 
|
Executes the input function and returns a   | 
|
Returns the representation of a specified date-time in milliseconds.  | 



