Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/src/importer/linux_perf/
Dmali_parser.js375 tilerSample: function(ctrName, seriesName, ts, eventBase) { method in MaliParser
381 return this.tilerSample(hwcTitle, 'count', ts, eventBase);
387 return this.tilerSample(hwcTitle, 'cycles', ts, eventBase);
/external/chromium-trace/
Dscript.js265tilerSample:function(a,b,c,e){return this.hwcSample("mali:tiler","Tiler: "+a,b,c,e)},addTilerCount… method in d
266 …){this.importer.registerEventHandler(a,function(a,c,d,j,h){return this.tilerSample(b,"cycles",j,h)…