-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Version 6.5.0
Platform: ubuntu 64-bit
i have a process which invoke crypto.pbkdf2 to encrypt password. and it will let the cpu 390%.so i use
node --prof and node --prof-process to profile, but in the log file ,crypto.pbkdf2 did not take up lot cpu time.
if I small the iterations param of crpto.pbkdf2 ,this process will not take up log cpu time, and if i set bigger iterations it will take up a lot cpu time.so i am sure this function take a log cpu time, but why it did non show in the log of node --prof.
- Version:
- Platform:
- Subsystem:
Metadata
Metadata
Assignees
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.