when run node with --prof the crypto.pbkdf2
will not loged in
#8439
Labels
performance
Issues and PRs related to the performance of Node.js.
question
Issues that look for answers.
v8 engine
Issues and PRs related to the V8 dependency.
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 usenode --prof
andnode --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 ofnode --prof
.The text was updated successfully, but these errors were encountered: