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.  

Options