Custom element for memory-stats . It based on Paul Irish's memory-stats
See the component page for more information.
bower install ragingwind/memory-stats
Start Chrome with --enable-precise-memory-info
and --enable-memory-info
# Linux
google-chrome --enable-precise-memory-info --enable-memory-info
#MacOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-precise-memory-info --enable-memory-info
<link rel="import" href="../memory-stats-element/memory-stats.html">
<memory-stats></memory-stats>
<memory-stats style="position:fixed;right:0;bottom:0;"></memory-stats>
<memory-stats position="left-top"></memory-stats>
We've put together a guide for memory-stats to help get you rolling.