Описание тега miniprofiler
MiniProfiler is a simple and lightweight mini-profiler for .net, ruby, go and node.js.
It has minimal impact on performance as it does not attach itself to each and every method call. Instead, it provides an ADO.NET
profiler, capable of profiling calls on raw ADO.NET
(SQL Server, oracle etc), LINQ-to-SQL
, EF (including Code First), Lightspeed and a range of other data access scenarios and a pragmatic Step
instrumentation that can be added to the particular piece of code which is explicitly required to be profiled.
The profiler also includes powerful and comprehensive database profiling capabilities. The built in database profiler supports any kind of DbConnection. It also supports Entity Framework and Linq-2-SQL.
MiniProfiler was designed by the team at stackru. It is in production use there and on the Stack Exchange family of sites.