Skip to content

Commit 6cf4a91

Browse files
committed
Add note to demos about viewing memory usage
1 parent 783c646 commit 6cf4a91

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

demo3/module.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</script>
1010
</head>
1111
<body>
12+
<h3>Hit Shift+Esc to see memory usage. To reach steady-state, put the tab
13+
in the background and wait ~60s.</h3>
1214
<cat-element></cat-element>
1315
</body>
1416
</html>

demo3/noModule.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</script>
1010
</head>
1111
<body>
12+
<h3>Hit Shift+Esc to see memory usage. To reach steady-state, put the tab
13+
in the background and wait ~60s.</h3>
1214
<cat-element></cat-element>
1315
</body>
1416
</html>

0 commit comments

Comments
 (0)