Match

class Match

The part of a profile that contains a recommendation found during analysis.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location in the profiling graph that contains a recommendation found during analysis.

Link copied to clipboard

The target frame that triggered a match.

Link copied to clipboard

The value in the profile data that exceeded the recommendation threshold.

Functions

Link copied to clipboard
inline fun copy(block: Match.Builder.() -> Unit = {}): Match
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String