Searched refs:ProfilerContext (Results 1 – 3 of 3) sorted by relevance
30 wholeExecution = new Dictionary<ulong, ProfilerContext>(); in BaseProfiler()31 wholeExecution.Add(currentContextId, new ProfilerContext()); in BaseProfiler()79 protected readonly Dictionary<ulong, ProfilerContext> wholeExecution;81 protected ProfilerContext currentContext => wholeExecution[currentContextId];88 protected class ProfilerContext class in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler90 public ProfilerContext() in ProfilerContext() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler.ProfilerContext
86 wholeExecution.Add(newContextId, new ProfilerContext()); in OnContextChange()
99 wholeExecution.Add(newContextId, new ProfilerContext()); in OnContextChange()