Skip to content

Instantly share code, notes, and snippets.

@thecountofzero
Last active December 16, 2015 05:39
Show Gist options
  • Save thecountofzero/5386152 to your computer and use it in GitHub Desktop.
Save thecountofzero/5386152 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Memory Leak Test</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script id="dummyEJS" type="text/ejs">
<% stats.each(function(s) { %>
Name: <%= s.attr('name') %>: <%= s.attr('homeruns') %> (<%= s.getAverage() %>)<br/>
<% }) %>
</script>
<div id="live"></div>
<script type='text/javascript' src='steal/steal.js?memory.js'></script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment