Skip to content

Commit

Permalink
README - further teensy refinements to the intro, issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Jul 4, 2012
1 parent c16f796 commit 7cfbdf0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
============================================================

`node-memwatch` is here to help you detect and find memory leaks in
Node.JS code.
Node.JS code. It provides:

- A `leak` event is emitted, with an explanation, when it appears your
code is leaking memory.
- A `leak` event is emitted when it appears your code is leaking memory.

- A `stats` event is emitted occasionally, giving you
data describing your heap usage and trends over time.

- A `HeapDiff` class lets you compare the state of your heap between
two points in time, telling you what's been allocated, and what's
been released.
two points in time, telling you what has been allocated, and what
has been released.


Installation
Expand Down

0 comments on commit 7cfbdf0

Please sign in to comment.