memory-stats
February 21, 2015 ยท View on GitHub
Custom element for memory-stats . It based on Paul Irish's memory-stats

See the component page for more information.
Installation
bower install ragingwind/memory-stats
How to run
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
Usage
<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>
Getting Started
We've put together a guide for memory-stats to help get you rolling.