Home
last modified time | relevance | path

Searched refs:CollapsedStackProfiler (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs16 public class CollapsedStackProfiler : BaseProfiler class
18 …public CollapsedStackProfiler(TranslationCPU cpu, string filename, bool flushInstantly, long? file… in CollapsedStackProfiler() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs44 …profiler = new CollapsedStackProfiler(this, filename, flushInstantly, fileSizeLimit, maximumNested… in EnableProfiler()