nodegrind icon indicating copy to clipboard operation
nodegrind copied to clipboard

Profile nodejs applications with kcachegrind, either using the nodegrind wrapper or the more targeted profiling module.

Results 3 nodegrind issues
Sort by recently updated
recently updated
newest added

Fix the broken usage of the modules and bump the version. Credits for [@cwdv](https://github.com/cwdv)

Because `.startCPU` and `.stopCPU` are not exported in nodegrind 0.6.2, the example for using nodegrind inline listed in the README.md does not work. I have forked and resolved the issue,...

## Problem encoutered When I try to execute nodegrind from `nodegrind XX.js`, I have this error : > TypeError: Cannot read property 'functionName' of undefined > at convertProfNode (/usr/lib/node_modules/nodegrind/nodegrind.js:57:21) >...