C# 클래스 metrics.Core.CLRProfiler

A wrapper around available .NET performance counters
파일 보기 프로젝트 열기: ucdavis/metrics-net

공개 메소드들

메소드 설명
ClearCounters ( ) : void

Clears all lazily-initialized performance counters from memory

DumpTrackedThreads ( ) : string

Dumps all alive threads created via the NamedThreadFactory

비공개 메소드들

메소드 설명
CLRProfiler ( ) : System
GetOrInstallCounter ( string property, string name, string category, string instance = null ) : PerformanceCounter
GetStackFramesForThread ( Thread thread ) : IEnumerable

메소드 상세

ClearCounters() 공개 정적인 메소드

Clears all lazily-initialized performance counters from memory
public static ClearCounters ( ) : void
리턴 void

DumpTrackedThreads() 공개 정적인 메소드

Dumps all alive threads created via the NamedThreadFactory
public static DumpTrackedThreads ( ) : string
리턴 string