Skip to content

Instantly share code, notes, and snippets.

@fwon
Created September 30, 2015 08:29
Show Gist options
  • Save fwon/0d7d34625e5119d4fc8d to your computer and use it in GitHub Desktop.
Save fwon/0d7d34625e5119d4fc8d to your computer and use it in GitHub Desktop.
javascript:(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();stats.domElement.style.cssText='position:fixed;left:0;top:0;z-index:10000';document.body.appendChild(stats.domElement);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='//rawgit.com/mrdoob/stats.js/master/build/stats.min.js';document.head.appendChild(script);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment