var fDesc=new Array(); fDesc[0] = "GpProfile is a source code instrumenting profiler for Delphi.


Main Features:

- source instrumenting profiler for Delphi 2, 3, 4, and 5
- written in Delphi 4, source included
- works with Windows 95, 98, NT 4, NT 5
- free of charge for any use
- can profile programs, DLLs, and packages
- multithreaded program support
- full support for conditional compilation
- can instrument procedures, written in built-in assembler
- can display and browse caller/called hierarchy
- integrated source preview
- integrated result viewer
- profiling results can be exported to standard delimited format
- API for profiling control
- conditional API execution with metacomments
- layout manager"; 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 = ''; } }