モジュール基本モジュール

モジュールの性能

パフォーマンス 基本パフォーマンス監視モジュール

参考方法:

1
var performance = require('perf_hooks').performance;

静的関数

now

現在の処理時間を問い合わせる

1
static Number performance.now();

返される結果:

  • Number、現在の処理時間を返します