Lines Matching refs:overall
40 this.peakMemory = Math.max(this.peakMemory, liveData.overall);
44 this.instanceTypePeakMemory[name] = Math.max(prev, data[name].overall);
50 // memory size (overall).
54 return data[a].overall - data[b].overall;
61 max = Math.max(max, entry.overall);
68 name, entry, data_set.bucket_sizes, 'histogram', ' overall');
76 // overall counter.
82 const overall = entry[overallProperty];
83 if (sum >= overall) {
85 `${type}: sum('${histogram}') > overall (${sum} > ${overall})`);