# node-inspector/v8-profiler

node bindings for the v8 profiler

Repository: https://github.com/node-inspector/v8-profiler
Canonical: https://ross.abutalabs.com/products/v8-profiler
Language: C++
License: BSD-2-Clause
License Family: permissive
Last push: 2018-08-21T03:59:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5754, "days_push": 2934, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1125, forks 129 (observed 2026-08-28T04:03:40.926923+00:00)

## What it is
Node.js native bindings (C++) to the V8 profiler, exposing CPU profiling and heap snapshot APIs programmatically. It integrates with node-inspector for debugging and performance analysis of Node applications.

## Use cases
- profile cpu usage of a node.js application
- take heap snapshots to find memory leaks
- compare two heap snapshots to detect memory growth
- export v8 cpu profiles for analysis in devtools
- adjust cpu profiler sampling interval
- integrate profiling into node-inspector

## When to choose
- you need programmatic CPU or heap profiling in Node.js
- you are maintaining legacy code already using v8-profiler or node-inspector

## When to avoid
- starting a new project - use the built-in inspector module or modern profilers
- you need actively maintained software with recent updates
- you need profiling for non-V8 runtimes

## Facets
- artifact type: library
- maturity: abandoned
- function: monitoring, benchmarking, developer-tools
- domain: performance, developer-tools, backend
- platform: cross-platform
- tags: v8, cpu-profiling, heap-snapshots, native-addons, profiling, nodejs

## Member repositories
- node-inspector/v8-profiler (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.926923+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:39:34.730047+00:00, confidence not recorded.
  - readme: https://github.com/node-inspector/v8-profiler (fetched 2026-08-28T04:03:40.926923+00:00, sha 23143d25054d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
