var fDesc=new Array(); fDesc[0] = "Adreno Profiler is a program designed to analyze and optimize graphics performance in your apps. It provides per-frame analysis and real-time performance counter visualization for Android and Windows environments. Many different factors can impact performance on graphics and these are difficult to pinpoint without a profiler. Adreno Profiler makes it easier for you with a range of features including hardware based performance counters, per-render call metrics, shader prototyping and more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }