Google.Android.PerformanceTuner.MetricLimits

Limits on the number of metrics of each type.

Summary

Zero any values to get the default for that type: Frame time: min(64, the maximum number of annotation combinations) * num_instrument_keys. Loading time: 32. Memory: 15 possible memory metrics. Battery: 32.

Public attributes

battery
uint
frame_time
uint
loading_time
uint
memory
uint

Public attributes

battery

uint Google::Android::PerformanceTuner::MetricLimits::battery

frame_time

uint Google::Android::PerformanceTuner::MetricLimits::frame_time

loading_time

uint Google::Android::PerformanceTuner::MetricLimits::loading_time

memory

uint Google::Android::PerformanceTuner::MetricLimits::memory