Searched refs:getItem (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 480 function getItem(name, eventCount, totalEventCount) { function 491 rows.push(getItem('Process: ' + getProcessName(process.pid), process.eventCount, 498 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount, 505 rows.push(getItem('Library: ' + getLibName(lib.libId), lib.eventCount, 512 rows.push(getItem('Function: ' + getFuncName(func.f), func.c[1],
|