Sha256: 6c7d6cc76fd3438631659f66f4bd264cb58d198d31517ac46ea7d9d857820ca3

Contents?: true

Size: 286 Bytes

Versions: 22

Compression:

Stored size: 286 Bytes

Contents

"use strict";

const { hrtime, toMS } = require("./utils");

// Returns the DOMHighResTimeStamp representing the high resolution time value of the global monotonic clock.
function getGlobalMonotonicClockMS() {
  return toMS(hrtime());
}

module.exports = { getGlobalMonotonicClockMS };

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
appmap-0.72.2 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.72.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.72.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.71.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.70.2 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.70.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.70.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.69.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.68.2 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.68.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.68.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.67.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.67.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.66.2 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.66.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.66.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.65.1 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.65.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.64.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js
appmap-0.63.0 ./node_modules/w3c-hr-time/lib/global-monotonic-clock.js