0.1.7 • Published 9 years ago

nyfiken v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

nyfiken

Simple yet powerful profiling for Node.js.

Install

npm install nyfiken --save

Build

Compile CoffeeScript files in ./src into ./lib.

$ make lib

Use

var nyfiken = require('nyfiken');

var profiler = new nyfiken.Profiler();

profiler.profile("Profile a block of code", function (endTimer) {
	for (var i = 0; i < 100; i++) {
		console.log("Yo yo! " + i);
	}
	endTimer();
});

API

profile
scope
decorate
0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago