UNPKG

newrelic

Version:
13 lines (10 loc) 237 B
/* * Copyright 2026 New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ const CpuProfiler = require('./cpu') const HeapProfiler = require('./heap') module.exports = { CpuProfiler, HeapProfiler }