Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to add my own profiling into the mini profiler. In the announcement of the inclusion of MiniProfiler in Umbraco v6.1 there was this code sample:
Umbraco.Core.Profiling.Profiler.Instance.Step("Hello World");
But there is no Profiler on Umbraco.Core.Profiling....?
Thanks,
Jeavon
Absolutely, but the code was changed a bit before final release:
using (DisposableTimer.DebugDuration<MyClass>("Measuring parsing algorithm")) { //My code }
Brilliant!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding profiling to MiniProfiler with Umbraco v7.1
Is it possible to add my own profiling into the mini profiler. In the announcement of the inclusion of MiniProfiler in Umbraco v6.1 there was this code sample:
But there is no Profiler on Umbraco.Core.Profiling....?
Thanks,
Jeavon
Absolutely, but the code was changed a bit before final release:
Brilliant!
is working on a reply...