uniprof
v0.0.2
Published
Universal javascript profiler for any platform
Downloads
2
Readme
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 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