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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.