var fDesc=new Array(); fDesc[0] = "Huagati Query Profiler is a toolkit that enable runtime profiling of Linq-to-SQL, Entity Framework v4, and LLBLGen Pro 2.6 based software accessing Microsoft SQL Server databases. It consists of the Huagati Linq-to-SQL Profiler, Huagati EF Profiler, and Huagati LLBLGen Profiler runtime components, and a profiler log explorer application.

Runtime performance aspects of database driven applications is often complex, cumbersome, and time-consuming to investigate. Dependant on a multitude of factors such as system configuration, SQL Server configuration, data volumes, indexing and index statistics, an application may behave different between development, test, and production environments.

Huagati Query Profiler is a toolkit that adds profiling capabilities with advanced tracking options to Linq-to-SQL, Entity Framework v4, and LLBLGen Pro based software. It helps you see not only what SQL queries are sent to to the database, but also how those queries affect the database and where in your application they originated."; 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 = ''; } }