call-watcher
v0.0.1
Published
Node.js profiling tool that watches method calls and provides statistics reporters to analyze possible callback piling and memory problems
Downloads
2
Readme
Call Watcher
Call watcher is tool for node.js that helps in tracking down performance issues. It does so by letting you to attach it to methods on objects and logging information with each call.
Licence
The code and documentation in this repository is covered with GPL v2 licence.