BoC.Persistence.SitecoreGlass.Profiling.SitecorePerformanceProfiler.BeginSession C# (CSharp) Method

BeginSession() public method

public BeginSession ( string key ) : void
key string
return void
        public void BeginSession(string key)
        {
            Sitecore.Diagnostics.Profiler.StartOperation(key);
        }
SitecorePerformanceProfiler