C# Class Grpc.Core.Profiling.Profilers

Afficher le fichier Open project: grpc/grpc

Méthodes publiques

Méthode Description
ForCurrentThread ( ) : IProfiler
NewScope ( this profiler, string tag ) : Grpc.Core.Profiling.ProfilerScope
SetForCurrentThread ( IProfiler profiler ) : void

Method Details

ForCurrentThread() public static méthode

public static ForCurrentThread ( ) : IProfiler
Résultat IProfiler

NewScope() public static méthode

public static NewScope ( this profiler, string tag ) : Grpc.Core.Profiling.ProfilerScope
profiler this
tag string
Résultat Grpc.Core.Profiling.ProfilerScope

SetForCurrentThread() public static méthode

public static SetForCurrentThread ( IProfiler profiler ) : void
profiler IProfiler
Résultat void