C# Class Grpc.Core.Profiling.BasicProfiler

Inheritance: IProfiler
Mostra file Open project: grpc/grpc Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AddEntry ( Grpc.Core.Profiling.ProfilerEntry entry ) : void

Method Details

BasicProfiler() public method

public BasicProfiler ( ) : System
return System

BasicProfiler() public method

public BasicProfiler ( int capacity ) : System
capacity int
return System

Begin() public method

public Begin ( string tag ) : void
tag string
return void

Dump() public method

public Dump ( TextWriter stream ) : void
stream System.IO.TextWriter
return void

Dump() public method

public Dump ( string filepath ) : void
filepath string
return void

End() public method

public End ( string tag ) : void
tag string
return void

Mark() public method

public Mark ( string tag ) : void
tag string
return void

Reset() public method

public Reset ( ) : void
return void