mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Add an option to show time with children by default #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add an option to show time with children by default.

Perhaps in the `RenderIncludes` function, there could be some named parameters 
that tweak certain settings.  "Show time with children" could be one of them.

Original issue reported on code.google.com by Spoonful...@gmail.com on 9 Jun 2011 at 7:29

GoogleCodeExporter commented 8 years ago
sure optional param makes sense 

Original comment by sam.saff...@gmail.com on 9 Jun 2011 at 10:35

GoogleCodeExporter commented 8 years ago
This is now an optional parameter on .RenderIncludes() (consistent with other 
added options), like this:

@MiniProfiler.RenderIncludes(showTimeWithChildren: true)

Original comment by nrcraver on 10 Jun 2011 at 1:32