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

상속: IProfiler
파일 보기 프로젝트 열기: grpc/grpc 1 사용 예제들

공개 메소드들

메소드 설명
BasicProfiler ( ) : System
BasicProfiler ( int capacity ) : System
Begin ( string tag ) : void
Dump ( TextWriter stream ) : void
Dump ( string filepath ) : void
End ( string tag ) : void
Mark ( string tag ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
AddEntry ( Grpc.Core.Profiling.ProfilerEntry entry ) : void

메소드 상세

BasicProfiler() 공개 메소드

public BasicProfiler ( ) : System
리턴 System

BasicProfiler() 공개 메소드

public BasicProfiler ( int capacity ) : System
capacity int
리턴 System

Begin() 공개 메소드

public Begin ( string tag ) : void
tag string
리턴 void

Dump() 공개 메소드

public Dump ( TextWriter stream ) : void
stream System.IO.TextWriter
리턴 void

Dump() 공개 메소드

public Dump ( string filepath ) : void
filepath string
리턴 void

End() 공개 메소드

public End ( string tag ) : void
tag string
리턴 void

Mark() 공개 메소드

public Mark ( string tag ) : void
tag string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void