Closed mrjoelkemp closed 12 years ago
Implemented custom timer convenience methods. This will make it easier to gauge the performance of various function implementations.
tic()
toc()
Notes:
I couldn't annotate this on the actual (lates) commit, since it's a binary file, but .DS_Store should probably be removed. Maybe setup a .gitignore?
Implemented custom timer convenience methods. This will make it easier to gauge the performance of various function implementations.
tic()
to start the timer.toc()
to stop the timer and have the elapsed seconds automatically logged to the console.Notes: