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 trivial by default #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add an option to show trivial by default.

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

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

GoogleCodeExporter commented 8 years ago
This will be available as an optional parameter overload on .RenderIncludes(), 
for example:

    @MiniProfiler.RenderIncludes(showTrivial: true)

Original comment by nrcraver on 9 Jun 2011 at 11:05

GoogleCodeExporter commented 8 years ago
Syntax: @MiniProfiler.RenderIncludes(showTrivial: true)

Original comment by nrcraver on 9 Jun 2011 at 11:15

GoogleCodeExporter commented 8 years ago

Original comment by nrcraver on 11 Jun 2011 at 10:08