Include timings for the WebForms page lifecycle events when trace is enabled.
To clarify. You can enable trace output in web.config which will include timings for when each page lifecycle event starts and ends (i.e. Page_Load). I’d like these timings to be included in MiniProfiler without me having to manually instrument all of my pages.