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";exports.payloadPrefix="memory",exports.currentPayload={};let activeIntervalHandle=null;function gatherMemoryUsageStatistics(){exports.currentPayload=process.memoryUsage()}exports.activate=function(){gatherMemoryUsageStatistics(),(activeIntervalHandle=setInterval(gatherMemoryUsageStatistics,1e3)).unref()},exports.deactivate=function(){exports.currentPayload={},activeIntervalHandle&&clearInterval(activeIntervalHandle)};