Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js365 this.processInfo = null;
390 if (this.processInfo) {
399 this.processInfo = null;
413 this.processInfo = this.eventInfo.processes[selectedItem.row];
415 this.threadInfo = this.processInfo.threads[selectedItem.row];
438 if (this.processInfo) {
439 rows.push(['Process: ' + getProcessName(this.processInfo.pid),
440 this.getSampleWeight(this.processInfo.eventCount)]);
495 title = 'Threads in process ' + getProcessName(this.processInfo.pid);
497 for (let thread of this.processInfo.threads) {
[all …]