prefixRequestAnimationFrame

// Despite common usage, there is really no need to use "ms" or "o" prefixes. // Should work for all browsers that supprt requestAnimationFrame IE10+

by Julien Etienne

JavaScript

alert(
window.performance.timing
);