Searched refs:CollapsedStackProfiler (Results 1 – 2 of 2) sorted by relevance
16 public class CollapsedStackProfiler : BaseProfiler class18 …public CollapsedStackProfiler(TranslationCPU cpu, string filename, bool flushInstantly, long? file… in CollapsedStackProfiler() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
44 …profiler = new CollapsedStackProfiler(this, filename, flushInstantly, fileSizeLimit, maximumNested… in EnableProfiler()