# wasabeef/Takt

Takt is Android library for measuring the FPS using Choreographer.

Repository: https://github.com/wasabeef/Takt
Canonical: https://ross.abutalabs.com/products/wasabeef-takt
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, android-library, fps
Last push: 2021-03-12T08:27:40+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4012, "days_push": 2000, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1144, forks 111 (observed 2026-08-28T04:03:45.109295+00:00)

## What it is
Takt is an Android library that measures an app's frame rate (FPS) using the Choreographer API and displays it as an on-screen overlay. It offers simple initialization, customizable overlay appearance, and an FPS listener for logging or programmatic use.

## Use cases
- measure fps of my android app
- show a frame rate overlay during development
- detect jank and dropped frames in android ui
- log fps values while profiling an android app
- debug rendering performance on android

## When to choose
- you want a lightweight, drop-in FPS meter for Android debug builds
- you need programmatic FPS callbacks for custom performance logging
- you want a no-op variant so the library is stripped from release builds

## When to avoid
- you need full performance profiling beyond frame rate (use Android Profiler or Perfetto)
- you need actively maintained tooling - the latest release is from 2021
- you target iOS or non-Android platforms

## Facets
- artifact type: library
- maturity: maintenance
- function: monitoring, benchmarking
- domain: mobile-development, performance, developer-tools
- platform: -
- tags: fps, choreographer, debug-overlay, frame-rate, android-library, android

## Member repositories
- wasabeef/Takt (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.109295+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:46.328965+00:00, confidence not recorded.
  - readme: https://github.com/wasabeef/Takt (fetched 2026-08-28T04:03:45.109295+00:00, sha 3a55148299d1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
