var fDesc=new Array(); fDesc[0] = "Very Sleepy is an improved version of Sleepy, a C/C CPU profiler for Windows systems. Very Sleepy has a boatload of improvements in, such as call-graph profiling, an improved UI, load-save, GCC support, and 64-bit support.
It supports any native Windows app, if it has standard PDB or DWARF2 debugging information. No recompilation is necessary – it can just attach to any app as it’s running."; 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 = ''; } }