PerformanceTrace

external interface PerformanceTrace(source)

Functions

Link copied to clipboard
abstract fun getAttribute(attr: String): String?
Link copied to clipboard
abstract fun getAttributes(): <Error class: unknown class>
Link copied to clipboard
abstract fun getMetric(metricName: String): Int
Link copied to clipboard
abstract fun incrementMetric(metricName: String, num: Int? = definedExternally)
Link copied to clipboard
abstract fun putAttribute(attr: String, value: String)
Link copied to clipboard
abstract fun putMetric(metricName: String, num: Int)
Link copied to clipboard
abstract fun removeAttribute(attr: String)
Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop()