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

Error: Could not generate profile.

Open TrevorBurnham opened this issue 13 years ago • 9 comments

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 it on a file as simple as

var j = 0;
for (var i = 0; i < 10000; i++) { j++; };

Any ideas? The log file is deleted, even if I pass a flag like -o=profile.txt.

TrevorBurnham avatar Sep 07 '10 21:09 TrevorBurnham