Class to help debug how long code takes

AWOL:
Wouldn't it be better to note the start time after printing?

It would also be better to calculate the elapsed time before starting to print what it is (the string part). So I amended it to calculate the difference first, and then start printing what it is.