prefixRequestAnimationFrame
// Despite common usage, there is really no need to use "ms" or "o" prefixes. // Should work for all browsers that supprt requestAnimationFrame IE10+
JavaScript
alert(
window.performance.timing
);
alert(
window.performance.timing
);