ArgosResourceRun class

A run of consecutive resource samples, collapsed into one expandable row.

Inheritance

Constructors

ArgosResourceRun(List<ArgosPacketRecord> samples)
const

Properties

count int
no setter
currentRss int
Last sample in the run — the level the app settled at.
no setter
endTs int
no setter
hashCode int
The hash code for this object.
no setterinherited
peakRss int
Highest sample in the run. Surfaced in the collapsed state on purpose: an average or a last-value would hide a spike, which is the one thing you open a memory timeline to find.
no setter
reportedMaxRss int
Process-lifetime peak as reported by the samples themselves.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples List<ArgosPacketRecord>
final
series List<int>
no setter
startTs int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

maxRssOf(ArgosPacketRecord r) int
rssOf(ArgosPacketRecord r) int