var fDesc=new Array(); fDesc[0] = "LTProf is a powerful CPU profiling tool for Visual C , Borland CBuilder, Delphi and VB applications.
It has a combination of features difficult to find in even the most expensive tools available today.
Features:
- Line level resolution
-No instrumentation, no rebuild, no time wasted
- Profiled program runs at its normal speed
-Profile Visual C , CBuilder, Delphi and Visual Basic code"; 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 = ''; } }