C# Class NuGetGallery.Diagnostics.PerfCounters.PerfCounter

Exibir arquivo Open project: NuGet/NuGetGallery

Public Methods

Method Description
AddSample ( double value ) : void
GetStats ( ) : PerfStats
PerfCounter ( int sampleSize ) : System

Method Details

AddSample() public method

public AddSample ( double value ) : void
value double
return void

GetStats() public method

public GetStats ( ) : PerfStats
return PerfStats

PerfCounter() public method

public PerfCounter ( int sampleSize ) : System
sampleSize int
return System