Skip to content

Commit

Permalink
show total bullet time
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Mar 22, 2013
1 parent a559c18 commit d650fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bullet/index.html
Expand Up @@ -12,8 +12,13 @@
};
})()
};
var startTime = Date.now();
</script>
<script src="bullet.js"></script>
<script>
Module.print('--------------');
Module.print('Total time of everything: ' + ((Date.now() - startTime)/1000));
</script>
</body>
</html>

0 comments on commit d650fa5

Please sign in to comment.