PerformancePitfall

annotation class PerformancePitfall(message: String)

Marks API that could cause performance problems. The code marked by this API is unnecessary slow but could cause slow-down in some cases. Refer to the documentation and benchmark it to be sure.

Constructors

PerformancePitfall
Link copied to clipboard
common
fun PerformancePitfall(message: String = "Potential performance problem")

Properties

message
Link copied to clipboard
common
val message: String

Sources

common source
Link copied to clipboard