Adds timeit and timeitAsync functions for logging execution time of functions.
EDIT: A lot of the diffs outside of timeit.ts are mostly whitespace. The GitHub diff viewer has a setting to hide whitespace which will highlight only the actual text changes.
Adds
timeit
andtimeitAsync
functions for logging execution time of functions.EDIT: A lot of the diffs outside of
timeit.ts
are mostly whitespace. The GitHub diff viewer has a setting to hide whitespace which will highlight only the actual text changes.