BenchmarkScreenContent

fun BenchmarkScreenContent(modifier: Modifier = Modifier, state: BenchmarkState, processIntent: (BenchmarkIntent) -> Unit = {})(source)

Renders benchmark screen content.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

state

state rendered or processed by the component.

processIntent

callback for benchmark actions.