var fDesc=new Array(); fDesc[0] = "Xte Profiler is a free .NET memory and trace profiler. With it you can time methods, count method invocations, view real-time memory information, view memory graphs and much more.

The XteProfiler is created using the .NET Profiler and Metadata API. It is a non-intrusive profiler, in the sense that it does not do any code re-writing nor any altering of metadata in the target profile application."; 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 = ''; } }