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

gperftools/gperftools

Main gperftools repository observed · 2026-08-28

github.com/gperftools/gperftools · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 94
  • Release rhythm 61
  • Longevity 100
How is this computed?

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

  • gap_med: 40
  • age_days: 4600
  • days_rel: 180
  • days_push: 39
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

8978 stars · 1540 forks observed · 2026-08-28

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

gperftools (Google Performance Tools) is a collection of high-performance multi-threaded malloc implementations (tcmalloc) plus CPU and heap profiling tools for C/C++ applications. It links into existing binaries via -ltcmalloc or LD_PRELOAD and produces profiles analyzable with pprof.

Use cases

  • profile cpu usage of a c++ program
  • find memory leaks with heap profiling
  • speed up multithreaded application allocation with tcmalloc
  • profile a binary I didn't compile via LD_PRELOAD
  • analyze heap usage over time
  • replace malloc for better multithreaded performance

When to choose

  • you need a fast multithreaded malloc replacement for C/C++
  • you want CPU or heap profiling on Linux/macOS with pprof integration
  • you need to profile binaries without recompiling

When to avoid

  • you need profiling on Windows (profilers unsupported there)
  • you want modern Go-based pprof tooling itself (use google/pprof)
  • you need memory-safe or managed-language profiling

Facets

library · maturity maintenance

benchmarking monitoring caching developer-tools performance backend cpp cross-platform tcmalloc memory-allocator profiling heap-profiler cpu-profiler linux macos

1 source

Member repositories

RepositoryRoleHealth v2
gperftools/gperftoolsmain84

For agents

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

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