sampleSize property

int sampleSize
final

How many frame timings will be stored for extrapolating the FPS and showing the bar chart.

The FPS values are computed based on the last n = sampleSize samples, which are also the samples visible in the chart. Note that the first few readings will be below the sample size until enough samples have been collected.

Defaults to 32.

Implementation

final int sampleSize;