Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 9, 2025 07:20
Show Gist options
  • Select an option

  • Save skydoves/c59af4016126131c0eb1f82a9b0c8693 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/c59af4016126131c0eb1f82a9b0c8693 to your computer and use it in GitHub Desktop.
TraceRecomposition3
@TraceRecomposition(threshold = 3)
@Composable
fun FrequentlyRecomposingScreen() {
// Logs will only appear after the 3rd recomposition
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment