Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Grpc
Core
Profiling
NopProfiler
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