aprilandjan's blog
关于 联系

桌面应用中如何度量时间

09月 30日, 2021
1 minute read

Date.now()

process.uptime()

process.hrtime()

perf_hooks

references

  • https://stackoverflow.com/questions/23003252/window-performance-now-equivalent-in-nodejs
上一篇 fix macos image not found in node native binding 下一篇 nodejs 中对文件路径的兼容处理
@aprilandjan