An open API service indexing awesome lists of open source software.

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

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)

![](http://i.imgur.com/bStpVsC.gif)

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.