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

aras-p/ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace observed · 2026-08-28

github.com/aras-p/ClangBuildAnalyzer · C++ · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

28/100

  • Activity 12
  • 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: n/a
  • age_days: 2573
  • days_rel: 605
  • days_push: 530
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1253 stars · 77 forks observed · 2026-08-28

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

A command-line tool that aggregates Clang -ftime-trace JSON reports across a whole C/C++ build and summarizes what took the most compile time. It reports slowest files to parse, template instantiation costs, codegen hotspots, and header include statistics.

Use cases

  • find which source files are slowest to compile
  • identify expensive C++ template instantiations
  • analyze header include chains and parsing time
  • aggregate clang ftime-trace reports across a build
  • speed up C++ build times
  • find functions with slow codegen and optimization

When to choose

  • you build C/C++ with Clang 9+ and want to reduce compile times
  • you need project-wide aggregation of -ftime-trace data
  • you want to find slow headers or template instantiation bottlenecks

When to avoid

  • your build uses GCC or MSVC rather than Clang
  • you need per-file interactive flame charts instead of aggregate summaries
  • you are profiling runtime performance rather than compile time

Facets

cli-tool · maturity stable

developer-tools benchmarking build-tool developer-tools performance compilers cli cross-platform cpp clang ftime-trace build-analysis compilation-profiling c-plus-plus

1 source

Member repositories

RepositoryRoleHealth v2
aras-p/ClangBuildAnalyzermain28

For agents

markdown · JSON · MCP: product_card(name="aras-p/ClangBuildAnalyzer")

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