MemoryCountersMetric
@ExperimentalMetricApi
class MemoryCountersMetric : TraceMetric
kotlin.Any | |||
↳ | androidx.benchmark.macro.Metric | ||
↳ | androidx.benchmark.macro.TraceMetric | ||
↳ | androidx.benchmark.macro.MemoryCountersMetric |
Captures the number of page faults over time for a target package name.
Summary
Public constructors |
---|
Public functions |
|
---|---|
open List<Metric.Measurement> |
getMeasurements( Get the metric result for a given iteration given information about the target process and a TraceProcessor session |
Public constructors
Public functions
getMeasurements
open fun getMeasurements(
captureInfo: Metric.CaptureInfo,
traceSession: TraceProcessor.Session
): List<Metric.Measurement>
Get the metric result for a given iteration given information about the target process and a TraceProcessor session