I wanted an elisp macro that could measure the running time of a block of code. Specifically, I wanted it to work like this,

(measure-time ... body ...)

And it would return the running time…