BaselineProfileResult


class BaselineProfileResult


A container for the results of collecting Baseline Profiles using the collect API.

Summary

Public constructors

BaselineProfileResult(
    baselineProfiles: List<String>,
    startupProfiles: List<String>
)

Public properties

List<String>

A list of absolute file paths to the generated baseline profiles.

List<String>

A list of absolute file paths to the generated startup profiles.

Public constructors

BaselineProfileResult

Added in 1.4.0-alpha07
BaselineProfileResult(
    baselineProfiles: List<String> = emptyList(),
    startupProfiles: List<String> = emptyList()
)

Public properties

baselineProfiles

Added in 1.4.0-alpha07
val baselineProfilesList<String>

A list of absolute file paths to the generated baseline profiles.

startupProfiles

Added in 1.4.0-alpha07
val startupProfilesList<String>

A list of absolute file paths to the generated startup profiles.