C# Class NuGetGallery.Diagnostics.PerfCounters

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

Méthodes publiques

Méthode Description
AddSample ( string name, int sampleSize, double value ) : void
GetStats ( string name ) : PerfStats

Method Details

AddSample() public static méthode

public static AddSample ( string name, int sampleSize, double value ) : void
name string
sampleSize int
value double
Résultat void

GetStats() public static méthode

public static GetStats ( string name ) : PerfStats
name string
Résultat PerfStats