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

google/orbit

C/C++ Performance Profiler observed · 2026-08-28

github.com/google/orbit · homepage · C++ · BSD-2-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 4
  • Release rhythm 40
  • Longevity 100

Flags: prerelease_only archived

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: 7.0
  • age_days: 3268
  • days_rel: 580
  • days_push: 579
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

4316 stars · 360 forks observed · 2026-08-28

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

Orbit is a standalone native application profiler for Windows and Linux that combines callstack sampling with dynamic instrumentation to identify performance bottlenecks in C, C++, Rust, or Go applications. It requires no code changes, recompilation, or relaunch of the target process, and visualizes thread scheduling, dependencies, memory, and GPU job timings.

Use cases

  • profile a C++ application without recompiling it
  • find performance bottlenecks in a native application
  • visualize thread scheduling and dependencies
  • dynamically instrument functions in a shipping build
  • trace GPU job timings on AMD GPUs
  • profile Wine/Proton games with mixed callstacks
  • do remote profiling of a Linux target

When to choose

  • you need zero-integration profiling of native C/C++/Rust/Go apps on Linux or Windows
  • you want to combine sampling with exact function entry/exit instrumentation
  • you need thread scheduling, memory, or AMD GPU tracepoint visualization
  • you cannot modify or rebuild the target application

When to avoid

  • you need actively maintained Windows local profiling - focus has shifted to Linux and Windows support is partial
  • you need GPU profiling on non-AMD GPUs
  • you want a lightweight command-line-only profiler
  • you need a project with active Google engineering support - it is no longer maintained by Google engineers

Facets

application · maturity maintenance

monitoring tracing benchmarking developer-tools developer-tools performance desktop-applications windows cpp cross-platform profiler dynamic-instrumentation sampling cpu-profiling gpu-profiling callstack visualizer game-development linux

2 sources

Member repositories

RepositoryRoleHealth v2
google/orbitmain10

For agents

markdown · JSON · MCP: product_card(name="google/orbit")

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