Skip to content

Instantly share code, notes, and snippets.

View faizul118's full-sized avatar

faizul118

View GitHub Profile
@miredirex
miredirex / AndroidFpsCounter.kt
Last active November 11, 2025 07:38
Android Compose FPS counter with frame rate graph
package com.fps
import android.view.Choreographer
import androidx.compose.material3.Text
import androidx.compose.runtime.*
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.font.FontStyle
import kotlin.math.roundToInt
private const val UPDATE_FPS_EVERY_MS = 60