# kconner/KMCGeigerCounter

A framerate meter that clicks like a Geiger counter when your animation drops a frame

Repository: https://github.com/kconner/KMCGeigerCounter
Canonical: https://ross.abutalabs.com/products/kmcgeigercounter
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2022-07-23T17:48:46+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4333, "days_push": 1502, "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 2250, forks 272 (observed 2026-08-28T04:06:30.899740+00:00)

## What it is
An iOS library that acts as a framerate meter, playing a Geiger-counter-style click whenever the app drops a frame during animation. It also displays counts of frames dropped and drawn per second to help developers detect performance hitches.

## Use cases
- detect dropped frames in my iOS app animations
- hear an alert when my app drops below 60 fps
- find CPU spikes causing table view scroll jank
- measure animation smoothness during development
- debug main thread stalls affecting framerate
- tell the difference between 55 and 60 fps in my app

## When to choose
- you're developing an iOS app and want quick audible feedback on dropped frames
- you want a lightweight in-app framerate meter without external instruments
- you're hunting main-thread CPU hitches like layout or cell configuration stalls

## When to avoid
- you need to measure GPU-caused frame drops, which this tool cannot detect
- you're profiling on the iOS Simulator, which doesn't reflect device performance
- you need a production monitoring solution rather than a development-time tool

## Facets
- artifact type: library
- maturity: maintenance
- function: monitoring, benchmarking, developer-tools
- domain: mobile-development, performance, developer-tools
- platform: -
- tags: framerate-meter, dropped-frames, audio-feedback, objective-c, debugging-tool, animation-performance, ios, mobile

## Member repositories
- kconner/KMCGeigerCounter (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:30.899740+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-30T02:43:52.443645+00:00, confidence not recorded.
  - readme: https://github.com/kconner/KMCGeigerCounter (fetched 2026-08-28T04:06:30.899740+00:00, sha e7c835083ecc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
