UNPKG

coach-core

Version:
15 lines (13 loc) 331 B
(function () { 'use strict'; let mark = 0; let measure = 0; if (window.performance && window.performance.getEntriesByType) { measure = window.performance.getEntriesByType('measure').length; mark = window.performance.getEntriesByType('mark').length; } return { marks: mark, measures: measure }; })();