https://github.com/ragingwind/memory-stats-element
Polymer element for memory-stats
https://github.com/ragingwind/memory-stats-element
Last synced: 7 months ago
JSON representation
Polymer element for memory-stats
- Host: GitHub
- URL: https://github.com/ragingwind/memory-stats-element
- Owner: ragingwind
- Created: 2015-02-20T02:40:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T18:34:07.000Z (about 11 years ago)
- Last Synced: 2025-02-10T21:18:02.135Z (over 1 year ago)
- Language: HTML
- Size: 488 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# memory-stats
Custom element for memory-stats . It based on [Paul Irish](https://github.com/paulirish)'s [memory-stats](https://github.com/paulirish/memory-stats.js)

See the [component page](http://ragingwind.github.io/memory-stats-element) 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
```
```
## Getting Started
We've put together a [guide for memory-stats](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling.