Ross ROSS = Recommend OSS · open-source software intelligence for agents

davidmarkclements/0x

🔥 single-command flamegraph profiling 🔥 observed · 2026-08-28

github.com/davidmarkclements/0x · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

43/100

  • Activity 44
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 230
  • age_days: 3845
  • days_rel: 422
  • days_push: 337
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

3548 stars · 114 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

0x is a single-command Node.js profiling tool that generates interactive flamegraphs from stack traces. It wraps any Node process, captures CPU stacks, and produces a self-contained flamegraph.html visualization.

Use cases

  • profile a node.js app and generate a flamegraph
  • find cpu bottlenecks and hot paths in my code
  • load test a server and profile it in one command
  • visualize stack traces of a node process
  • profile a production node server
  • generate flamegraphs on any platform node runs on

When to choose

  • you need quick, zero-config CPU profiling of Node.js v20+ processes
  • you want interactive flamegraphs viewable in Chrome with a single command
  • you need to profile under load using tools like autocannon via the --on-port flag

When to avoid

  • you need heap/memory profiling rather than CPU stack sampling
  • you are profiling non-Node.js runtimes or languages
  • you require continuous production A-style profiling rather than on-demand capture

Facets

cli-tool · maturity active

benchmarking monitoring developer-tools cli developer-tools performance cli cross-platform windows flamegraph profiling nodejs stack-traces performance-analysis command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
davidmarkclements/0xmain43

For agents

markdown · JSON · MCP: product_card(name="davidmarkclements/0x")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem