Last active
January 4, 2016 20:59
-
-
Save ekashida/8677632 to your computer and use it in GitHub Desktop.
perf test disable populate with only core modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>perf test disable populate with only core modules</title> | |
| </head> | |
| <body> | |
| <script src="https://rawgithub.com/ekashida/8679996/raw/12ac7814ea05341584e47db16c6ddaf148fd31bf/setup.js"></script> | |
| <script src="https://rawgithub.com/ekashida/yui3/perf-hooks-disable-populate-built/build/yui/yui-debug.js"></script> | |
| <script> | |
| YUI().use('node', function (Y) { | |
| var perf = JSON.stringify(YUI.Env.perf, null, 4); | |
| Y.one('body').setContent('<pre>' + perf + '</pre>'); | |
| console.log(perf); | |
| }); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment