node-profile icon indicating copy to clipboard operation
node-profile copied to clipboard

A script that makes profiling node.js apps a little easier.

Results 8 node-profile issues
Sort by recently updated
recently updated
newest added

shachari@SHACHARI-PC /c $ npm install -g profile npm http GET https://registry.npmjs.org/profile npm http 304 https://registry.npmjs.org/profile > [email protected] preinstall C:\Users\shachari\AppData\Roaming\npm\node_modules\profile > ./scripts/preinstall.sh '.' is not recognized as an internal or external...

linux-tick-processor.py isn't used anymore. Dropping the preinstall script altogether. Closes #14.

Distributor ID: Ubuntu Release: 10.04 Codename: lucid node v0.6.15 [email protected] npm install profile fails and prints: ... Couldn't find linux-tick-processor.py ...

Running: node --prof --log-snapshot-positions --logfile=profile-13367476773635572.log server.js Could not generate profile. Command failed: cat: stdout: Broken pipe not really sure about this... I am not getting any logs just this message

In the preconfiguration steps it says: $ cd /usr/src/node $ cd deps/v8 $ scons prof=on $ export PATH="${PATH}:/usr/src/node/deps/v8" the second command wasn't working on Ubuntu (Lucid). These commands made it...

The program I'm trying to profile needs command line arguments. It looks like nodeprofile appends argv[2] to the command it tries to run. It'd be nice if it appended the...

I just installed node-profile, and when I try it on any file, I get the error ``` Could not generate profile. ``` This is the case even when I try...

not sure how it is for you guys, and I know it worked a month or so ago, but now the reporting is on stderr, so I had to modify...