BaselineProfileResult
class BaselineProfileResult
A container for the results of collecting Baseline Profiles using the collect API.
Summary
Public constructors |
|---|
BaselineProfileResult( |
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
Public properties
baselineProfiles
Added in 1.4.1
val baselineProfiles: List<String>
A list of absolute file paths to the generated baseline profiles.
startupProfiles
Added in 1.4.1
val startupProfiles: List<String>
A list of absolute file paths to the generated startup profiles.