C# Class RazorDB.RazorPerformanceCounter

RazorPerformanceCounter will allow calls to Increment even if the true performance counter can't be created in windows.
显示文件 Open project: gnoso/razordb Class Usage Examples

Public Methods

Method Description
Increment ( ) : void
RazorPerformanceCounter ( string category, string name, bool readOnly ) : System

Method Details

Increment() public method

public Increment ( ) : void
return void

RazorPerformanceCounter() public method

public RazorPerformanceCounter ( string category, string name, bool readOnly ) : System
category string
name string
readOnly bool
return System