Lines Matching refs:max
19 // Maps instance_types to their max memory consumption over all gcs.
40 this.peakMemory = Math.max(this.peakMemory, liveData.overall);
44 this.instanceTypePeakMemory[name] = Math.max(prev, data[name].overall);
58 let max = 0;
61 max = Math.max(max, entry.overall);
64 data_set.singleInstancePeakMemory = max;
93 let max = 0;
96 max = Math.max(max, value);
98 this.singleInstanceTypePeakMemory = max;