CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of nhprof
C#
[Test]
        public void SpikeReportProfiler()
        {
            //init profiler output capturer
            const string profilerLocation = @"D:\Projects\EDS3\tools\nhprof\NHProf.exe";
            var profilerCapture = new CaptureProfilerOutput(profilerLocation);
            profilerCapture.StartListening();
 
            //init profiler
            NHibernateProfiler.InitializeOfflineProfiling("dump.nhprof");
by Steven Burman   January 06, 2010 @ 5:34pm
Tags: nhprof
263 Views
1 comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate