var fDesc=new Array(); fDesc[0] = "CodeXL is a comprehensive tool suite that enables developers to harness the benefits of CPUs, GPUs and APUs. Compile and analyze the code of DirectX, OpenGL and Vulkan shaders, and OpenCL kernels. It includes powerful GPU debugging, comprehensive GPU and CPU profiling, DirectX12 Frame Analysis, static OpenCL, OpenGL, Vulkan and DirectX kernel/shader analysis capabilities, and APU/CPU/GPU power profiling, enhancing accessibility for software developers."; 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 = ''; } }