awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
node-inspector avatar

node-inspector/v8-profiler

0
View on GitHub↗
1,125 stars·130 forks·C++·BSD-2-Clause·2 views

V8 Profiler

v8-profiler provides node bindings for the v8 profiler and integration with node-inspector

Features

  • Performance Analysis - V8 performance profiler.

Star history

Star history chart for node-inspector/v8-profilerStar history chart for node-inspector/v8-profiler

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to V8 Profiler

Similar open-source projects, ranked by how many features they share with V8 Profiler.
  • andywer/leakageandywer avatar

    andywer/leakage

    1,593View on GitHub↗

    🐛 Memory leak testing for node.

    JavaScript
    View on GitHub↗1,593
  • bnoordhuis/node-heapdumpbnoordhuis avatar

    bnoordhuis/node-heapdump

    2,558View on GitHub↗

    Make a dump of the V8 heap for later inspection.

    JavaScript
    View on GitHub↗2,558
  • clinicjs/node-clinicC

    clinicjs/node-clinic

    5,948View on GitHub↗

    Node-clinic is a performance profiling suite for Node.js designed to diagnose CPU bottlenecks, memory leaks, and asynchronous event loop issues. It provides specialized diagnostic tools for visualizing asynchronous flows, generating CPU flame graphs, and analyzing heap memory allocation. The suite includes a CPU flame graph tool to identify functions consuming the most processing time, a heap memory analyzer to track object allocation and leaks, and an asynchronous I/O profiler to map operation flows and find event loop bottlenecks. These tools cover broader capabilities in CPU execution pro

    JavaScript
    View on GitHub↗5,948
  • adoptopenjdk/jitwatchAdoptOpenJDK avatar

    AdoptOpenJDK/jitwatch

    3,292View on GitHub↗

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

    Java
    View on GitHub↗3,292
See all 24 alternatives to V8 Profiler→

Frequently asked questions

What does node-inspector/v8-profiler do?

v8-profiler provides node bindings for the v8 profiler and integration with node-inspector

What are the main features of node-inspector/v8-profiler?

The main features of node-inspector/v8-profiler are: Performance Analysis.

What are some open-source alternatives to node-inspector/v8-profiler?

Open-source alternatives to node-inspector/v8-profiler include: andywer/leakage — 🐛 Memory leak testing for node. bnoordhuis/node-heapdump — Make a dump of the V8 heap for later inspection. clinicjs/node-clinic — Node-clinic is a performance profiling suite for Node.js designed to diagnose CPU bottlenecks, memory leaks, and… d-edge/fasm — F# -> ASM disassembler. davidmarkclements/0x — 🔥 single-command flamegraph profiling 🔥. adoptopenjdk/jitwatch — Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and…