TraceSectionMetric.Mode.Sum
object TraceSectionMetric.Mode.Sum : TraceSectionMetric.Mode
kotlin.Any | ||
↳ | androidx.benchmark.macro.TraceSectionMetric.Mode | |
↳ | androidx.benchmark.macro.TraceSectionMetric.Mode.Sum |
Captures the sum of all instances of sectionName
in the trace.
When this mode is used, a measurement of 0
will be reported if the named section does not appear in the trace.