C# Class NuGetGallery.Diagnostics.PerfCounters

Super simple in-process perf-counters (because Windows Perf Counters are le hard)
Mostrar archivo Open project: NuGet/NuGetGallery

Public Methods

Method Description
AddSample ( string name, int sampleSize, double value ) : void
GetStats ( string name ) : PerfStats

Method Details

AddSample() public static method

public static AddSample ( string name, int sampleSize, double value ) : void
name string
sampleSize int
value double
return void

GetStats() public static method

public static GetStats ( string name ) : PerfStats
name string
return PerfStats