Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";const lag=require("event-loop-lag")(1e3);let eventLoopStats;function sense(){var stats;return eventLoopStats?((stats=eventLoopStats.sense()).statsSupported=!0,stats):{statsSupported:!1}}exports.payloadPrefix="libuv",Object.defineProperty(exports,"currentPayload",{get:function(){var stats=sense();return stats.lag=Math.round(100*lag())/100,stats}}),exports.currentPayload.statsSupported=!1;