Recommendation

A potential improvement that was found from analyzing the profiling data.

Types

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

Properties

Link copied to clipboard

How many different places in the profile graph triggered a match.

Link copied to clipboard

How much of the total sample count is potentially affected.

Link copied to clipboard

End time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Link copied to clipboard

The pattern that analysis recognized in the profile to make this recommendation.

Link copied to clipboard

The start time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Link copied to clipboard

List of the matches with most impact.

Functions

Link copied to clipboard
inline fun copy(block: Recommendation.Builder.() -> Unit = {}): Recommendation
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