C# 클래스 Pomona.Profiling.ProfilerExtensions

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
Step ( this profiler, string methodName = "" ) : IDisposable

메소드 상세

Profile() 공개 정적인 메소드

public static Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
profiled this
subSectionName string
methodName [
리턴 IDisposable

Step() 공개 정적인 메소드

public static Step ( this profiler, string methodName = "" ) : IDisposable
profiler this
methodName string
리턴 IDisposable