UNPKG

rdtsc

Version:

The most high resolution cross platform timing in NodeJs that use processor command RDTSC. Calculate performance with accuracy +/- 4 processor cycles.

15 lines (11 loc) 316 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function objectToString(obj) { return JSON.stringify(obj, (key, value) => { if (typeof value === 'bigint') { return value + 'n'; } return value; }); } exports.objectToString = objectToString;