time-profile:测量功能的执行时间

时间:2024-05-29 00:25:39
【文件属性】:

文件名称:time-profile:测量功能的执行时间

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-29 00:25:39

JavaScript

时间剖面 测量功能的执行时间 一种工具,可帮助您评估功能的执行时间。 安装 $ npm install time-profile 用法 const timeProfile = require ( 'time-profile' ) ; const profiler = timeProfile . getProfiler ( 'aProfiler' ) ; profiler . start ( 'app launch' ) ; // ... do work profiler . start ( 'load plugins' ) ; // ... load plugins profiler . end ( 'load plugins' ) ; profiler . start ( 'load services' ) ; // ... load services profiler . end (


【文件预览】:
time-profile-master
----.gitignore(884B)
----README.md(4KB)
----appveyor.yml(268B)
----test()
--------hrtime.test.js(2KB)
--------index.test.js(10KB)
--------entry.test.js(462B)
----History.md(1KB)
----LICENSE(1KB)
----.eslintrc(37B)
----package.json(1KB)
----.autod.conf.js(247B)
----.eslintignore(59B)
----.travis.yml(171B)
----lib()
--------hrtime.js(641B)
--------profiler.js(2KB)
--------entry.js(2KB)

网友评论