0.1.7 • Published 10 years ago

nyfiken v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago