function some_thing() { performance.now(); console.profileStart(); do_thing(); console.profileEnd(); console.log( performance.now() ); }
function some_thing() { performance.now(); console.profileStart(); do_thing(); console.profileEnd(); console.log( performance.now() ); }