Home
last modified time | relevance | path

Searched defs:ProfilerScope (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilerScope.cs28 internal struct ProfilerScope : IDisposable struct
30 readonly IProfiler profiler;
31 readonly string tag;
33 public ProfilerScope(IProfiler profiler, string tag) in ProfilerScope() method
40 public void Dispose() in Dispose()