C# Class Grpc.Core.Profiling.NopProfiler

Inheritance: IProfiler
Afficher le fichier Open project: grpc/grpc

Méthodes publiques

Méthode Description
Begin ( string tag ) : void
End ( string tag ) : void
Mark ( string tag ) : void

Method Details

Begin() public méthode

public Begin ( string tag ) : void
tag 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