模組performance
performance 基礎效能監控模組
引用方法:
1var performance = require('perf_hooks').performance;
靜態函數
now
查詢目前進程時間
1static Number performance.now();
回傳結果:
- Number, 返回目前進程時間
performance 基礎效能監控模組
引用方法:
1var performance = require('perf_hooks').performance;
查詢目前進程時間
1static Number performance.now();
回傳結果: