C# Class Grpc.Core.Profiling.BasicProfiler

Inheritance: IProfiler
Afficher le fichier Open project: grpc/grpc Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddEntry ( Grpc.Core.Profiling.ProfilerEntry entry ) : void

Method Details

BasicProfiler() public méthode

public BasicProfiler ( ) : System
Résultat System

BasicProfiler() public méthode

public BasicProfiler ( int capacity ) : System
capacity int
Résultat System

Begin() public méthode

public Begin ( string tag ) : void
tag string
Résultat void

Dump() public méthode

public Dump ( TextWriter stream ) : void
stream System.IO.TextWriter
Résultat void

Dump() public méthode

public Dump ( string filepath ) : void
filepath string
Résultat void

End() public méthode

public End ( string tag ) : void
tag string
Résultat void

Mark() public méthode

public Mark ( string tag ) : void
tag string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void