RavenDB plugin for the MvcMiniProfiler
Grab it from NuGet - https://nuget.org/packages/MiniProfiler.RavenDb
To setup, all you need to do is attach the profiler to your DocumentStore instance when created.
Note: EmbeddableDocumentStore is not supported due to it's lack of profiling support generally.
var store = new DocumentStore();
store.Initialize();
MvcMiniProfiler.RavenDb.Profiler.AttachTo(store);
RavenDb - http://www.ravendb.net
MvcMiniProfiler - http://code.google.com/p/mvc-mini-profiler/
Chris Sainty - http://blog.csainty.com | @csainty