currentRss property
int
get
currentRss
Last sample in the run — the level the app settled at.
Implementation
int get currentRss => rssOf(samples.last);
Last sample in the run — the level the app settled at.
int get currentRss => rssOf(samples.last);