Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js371 this.processInfo = null;
396 if (this.processInfo) {
405 this.processInfo = null;
419 this.processInfo = this.eventInfo.processes[selectedItem.row];
421 this.threadInfo = this.processInfo.threads[selectedItem.row];
444 if (this.processInfo) {
445 rows.push(['Process: ' + getProcessName(this.processInfo.pid),
446 this.getSampleWeight(this.processInfo.eventCount)]);
501 title = 'Threads in process ' + getProcessName(this.processInfo.pid);
503 for (let thread of this.processInfo.threads) {
[all …]