-
I'm probably pretty late, but just discovered console.time in NodeJS. nodejs.org/api/console.html#console_console_time_label
-
…in reply to @raymondcamden
By the way, this helped me see something interesting. Fetching a huge JSON file - relatively quick (500is ms). Running JSON.parse on it? 10 seconds. I *knew* JSON parsing took time, did not know it was that much.