public class PssTable extends SparseMappingTable.Table
Constructor and Description |
---|
PssTable(SparseMappingTable tableData)
Construct the PssTable with 'tableData' as backing store
for the longs data.
|
Modifier and Type | Method and Description |
---|---|
void |
mergeStats(int state,
int inCount,
long minPss,
long avgPss,
long maxPss,
long minUss,
long avgUss,
long maxUss)
Merge the supplied PSS data in.
|
void |
mergeStats(PssTable that)
Merge the the values from the other table into this one.
|
copyFrom, dumpInternalState, getArrayForKey, getKey, getKeyAt, getKeyCount, getOrAddKey, getValue, getValue, getValueForId, getValueForId, readFromParcel, resetTable, setValue, setValue, writeToParcel
public PssTable(SparseMappingTable tableData)
public void mergeStats(PssTable that)
public void mergeStats(int state, int inCount, long minPss, long avgPss, long maxPss, long minUss, long avgUss, long maxUss)