Home
last modified time | relevance | path

Searched refs:EnableProfiler (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs23 …public void EnableProfiler(ProfilerType type, string filename, bool flushInstantly = false, bool e… in EnableProfiler() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
60EnableProfiler(ProfilerType.CollapsedStack, filename, flushInstantly, false, fileSizeLimit, maximu… in EnableProfilerCollapsedStack()
65EnableProfiler(ProfilerType.Perfetto, filename, flushInstantly, enableMultipleTracks, fileSizeLimi… in EnableProfilerPerfetto()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs30 void EnableProfiler(string outputPath = null); in EnableProfiler() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs326 machine.EnableProfiler(profilerPath); in EnableProfilerInMachine()
DMachine.cs1098 public void EnableProfiler(string outputPath = null) in EnableProfiler() method in Antmicro.Renode.Core.Machine