Home
last modified time | relevance | path

Searched refs:selectedIsolate (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/heap-stats/
Ddetails-selection.js51 get selectedIsolate() { getter in DetailsSelection
58 return this.selectedIsolate.gcs[this.selection.gc][this.selection.data_set];
168 '#dataset-select', this.selectedIsolate.data_sets.entries(), null,
172 Object.keys(this.selectedIsolate.gcs)
173 .map(id => [id, this.selectedIsolate.gcs[id].time]),
177 formatBytes(this.selectedIsolate.gcs[key].live.overall)
217 let sizes = this.selectedIsolate.instanceTypePeakMemory;
333 for (let instance_type of this.selectedIsolate.non_empty_instance_types) {
383 this.selectedIsolate.gcs[this.selection.gc][this.selection.data_set]