Skip to content

Files

Latest commit

e3dd809 · Dec 18, 2024

History

History

health-metrics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2024
Nov 20, 2024
Sep 20, 2022

SDK Health Metrics

This directory contains the source code, configuration and documentation for health metrics (size, app startup time, etc.) measurement for Firebase Android SDKs.

Available metrics are published in the Firebase Android SDK metrics page.

Size

Refer to README.md in the subdirectory apk-size for more details.

App startup time

Firebase runs during different app lifecycle phases, and contributes to the overall app startup time in many ways.

We are currently using benchmarking and tracing to measure its latency impact. Refer to README.md in the subdirectory benchmark for more details.