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: