Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Grpc
Core
Profiling
NopProfiler
C# Class Grpc.Core.Profiling.NopProfiler
Inheritance:
IProfiler
Mostrar archivo
Open project: grpc/grpc
Public Methods
Method
Description
Begin
(
string
tag
) :
void
End
(
string
tag
) :
void
Mark
(
string
tag
) :
void
Method Details
Begin()
public
method
public
Begin
(
string
tag
) :
void
tag
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