0.0.2 • Published 7 years ago

uniprof v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Uniprof

Universal javascript profiler for any platform

Installing

From npm:

sudo npm -g install uniprof

OR

From repository:

git clone https://github.com/caiiiycuk/uniprof.git
cd uniprof
npm install -g

Using

Take a look:

Using uniprof

Using symbols map

uniprof support symbols map by passing symbols file:

shortname1:fullname1
shortname2:fullname2
...

How To Test

node test/test-all.js

Limitations

Correct profiling functions with try/catch blocks is not supported

0.0.2

7 years ago

0.0.1

7 years ago