frogermcs/AndroidDevMetrics
Performance metrics library for Android development (includes dagger2metrics) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3871
- days_rel: n/a
- days_push: 2686
- n_releases_24m: 0
Adoption not part of the score
1530 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AndroidDevMetrics is a performance metrics library for Android development that measures Activity lifecycle method execution times, frame rate drops, and Dagger 2 dependency graph initialization. It helps developers spot slow app startup and screen rendering during day-to-day debugging.
Use cases
- measure android activity lifecycle method timings
- find why my android app launches slowly
- track frame rate drops per screen in android
- profile dagger 2 object initialization times
- trace activity lifecycle methods without recompiling the app
- instrument debug builds with performance metrics
When to choose
- you want lightweight, debug-only performance instrumentation for Android apps
- you use Dagger 2 and want visibility into dependency initialization cost
- you need per-activity lifecycle and fps drop metrics without a full profiler
When to avoid
- you need deep CPU/method profiling with call stacks - use Android Profiler or TraceView instead
- you need actively maintained tooling - the project has had no releases since 2019 and has no license
- you need production or release-build monitoring rather than debug-time metrics
Facets
library · maturity maintenance
monitoring benchmarking developer-tools mobile-development performance developer-tools android performance-metrics dagger2 activity-lifecycle frame-rate debugging
1 source
- readme: https://github.com/frogermcs/AndroidDevMetrics · fetched 2026-08-28 · c6c2544c7d70
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| frogermcs/AndroidDevMetrics | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="frogermcs/AndroidDevMetrics")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem