@sentry/profiling-node

v0.0.10
Sampling based nodejs profiler.
profiling monitoring cpu node performance

lint

eslint ./src --ext .ts

test

jest --config jest.config.ts

build

npm run build:bindings && npm run build:lib

clean

rm -rf ./lib && rm -rf build

install

node scripts/empty.js

prettier

prettier --config ./.prettierrc --write

benchmark

npm run benchmark:methods && npm run benchmark:profiler && npm run benchmark:server && npm run benchmark:format

build:lib

tsc

test:watch

jest --watch

postinstall

node scripts/check-build.js

build:bindings

node-gyp build

build:configure

node-gyp configure

benchmark:format

node benchmarks/format/benchmark.format.js

benchmark:server

node benchmarks/cpu/benchmark.server.js

benchmark:methods

node benchmarks/cpu/benchmark.methods.js

benchmark:profiler

node benchmarks/cpu/benchmark.profiler.js

benchmark:integration

node benchmarks/cpu/benchmark.integration.base.js && node benchmarks/cpu/benchmark.integration.disabled.js && node benchmarks/cpu/benchmark.integration.js

build:benchmark:format

node-gyp -DFORMAT_BENCHMARK=1 build
npm i @sentry/[email protected]

Metadata

Downloads