formatBenchmarkTimestamp

internal actual fun formatBenchmarkTimestamp(epochMillis: Long): String(source)

Formats benchmark timestamps with the user's platform locale.

Return

localized timestamp.

Author

Dmitriy Moroz

Parameters

epochMillis

timestamp in milliseconds since Unix epoch.

internal expect fun formatBenchmarkTimestamp(epochMillis: Long): String(source)

Formats benchmark timestamps with the user's platform locale.

Return

localized timestamp.

Author

Dmitriy Moroz

Parameters

epochMillis

timestamp in milliseconds since Unix epoch.

internal actual fun formatBenchmarkTimestamp(epochMillis: Long): String(source)

Formats benchmark timestamps with the user's platform locale.

Return

localized timestamp.

Author

Dmitriy Moroz

Parameters

epochMillis

timestamp in milliseconds since Unix epoch.