Unable to get sql query timings with EF in miniprofiler u.i

Hi,

I am working on optimization of mvc application.As far now am able to get the profiling timings for views and controller.but the problem remains with Entity framework profiling. the miniprofiler is not showing up sql query timings and i tried Possible ways to get the sql query timings in miniprofiler U.I .Please let me know if am missing anything from the following

  1. am using Entity framework6, and i installed miniprofiler entityframwrok6
  2. placed “StackExchange.Profiling.EntityFramework6.MiniProfilerEF6.Initialize();” in Application_Start() event under global.asax.