Searched defs:ProfilerScope (Results 1 – 1 of 1) sorted by relevance
28 internal struct ProfilerScope : IDisposable struct30 readonly IProfiler profiler;31 readonly string tag;33 public ProfilerScope(IProfiler profiler, string tag) in ProfilerScope() method40 public void Dispose() in Dispose()