C# 클래스 Grpc.Core.Profiling.Profilers

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

공개 메소드들

메소드 설명
ForCurrentThread ( ) : IProfiler
NewScope ( this profiler, string tag ) : Grpc.Core.Profiling.ProfilerScope
SetForCurrentThread ( IProfiler profiler ) : void

메소드 상세

ForCurrentThread() 공개 정적인 메소드

public static ForCurrentThread ( ) : IProfiler
리턴 IProfiler

NewScope() 공개 정적인 메소드

public static NewScope ( this profiler, string tag ) : Grpc.Core.Profiling.ProfilerScope
profiler this
tag string
리턴 Grpc.Core.Profiling.ProfilerScope

SetForCurrentThread() 공개 정적인 메소드

public static SetForCurrentThread ( IProfiler profiler ) : void
profiler IProfiler
리턴 void