
Measuring the resources consumed by a function. Simply wraps a function in routines that measure the time it takes. Optionally, you can specify how many times the function should be run. Useful when evaluating the impact a transformation has on runtime.
| Option | Arguments | Description |
|---|---|---|
| --Transform | Measure | Measure the resources (time) consumed by a function. |
| --MeasureKind | time | Resource to measure. Default=time.
|
| --MeasureTimes | INTSPEC | Number of times to run the function. Default=1. |