public IPerformanceCounterToken BeginPageHookCreation()
        {
            WindowsPerformanceCounterProviderToken windowsPerformanceCounterProviderToken = new WindowsPerformanceCounterProviderToken();

            windowsPerformanceCounterProviderToken.Start();
            return(windowsPerformanceCounterProviderToken);
        }
        public IPerformanceCounterToken BeginAspNetControlCompile()
        {
            WindowsPerformanceCounterProviderToken windowsPerformanceCounterProviderToken = new WindowsPerformanceCounterProviderToken();

            windowsPerformanceCounterProviderToken.Start();
            return(windowsPerformanceCounterProviderToken);
        }
コード例 #3
0
 public IPerformanceCounterToken BeginPageHookCreation()
 {
     WindowsPerformanceCounterProviderToken windowsPerformanceCounterProviderToken = new WindowsPerformanceCounterProviderToken();
     windowsPerformanceCounterProviderToken.Start();
     return windowsPerformanceCounterProviderToken;
 }
コード例 #4
0
 public IPerformanceCounterToken BeginAspNetControlCompile()
 {
     WindowsPerformanceCounterProviderToken windowsPerformanceCounterProviderToken = new WindowsPerformanceCounterProviderToken();
     windowsPerformanceCounterProviderToken.Start();
     return windowsPerformanceCounterProviderToken;
 }