Searched refs:BasicProfiler (Results 1 – 4 of 4) sorted by relevance
47 …static readonly BlockingCollection<BasicProfiler> profilers = new BlockingCollection<BasicProfiler…49 internal static void AddProfiler(BasicProfiler profiler) in AddProfiler()113 private static BasicProfiler GetNextProfiler() in GetNextProfiler()115 BasicProfiler result = null; in GetNextProfiler()137 …s, PayloadConfig payloadConfig, HistogramParams histogramParams, Func<BasicProfiler> profilerFacto… in ClientRunnerImpl()200 … private void RunUnary(Channel channel, IInterarrivalTimer timer, BasicProfiler optionalProfiler) in RunUnary()307 …private Task RunClientAsync(Channel channel, IInterarrivalTimer timer, BasicProfiler optionalProfi… in RunClientAsync()
63 internal class BasicProfiler : IProfiler class68 public BasicProfiler() : this(20*1024*1024) in BasicProfiler() method in Grpc.Core.Profiling.BasicProfiler72 public BasicProfiler(int capacity) in BasicProfiler() method in Grpc.Core.Profiling.BasicProfiler
49 …readonly List<BasicProfiler> threadProfilers = new List<BasicProfiler>(); // profilers assigned t…
61 var profiler = new BasicProfiler(); in UnaryCallPerformance()