Searched refs:EnableProfiler (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU_Profiler.cs | 23 …public void EnableProfiler(ProfilerType type, string filename, bool flushInstantly = false, bool e… in EnableProfiler() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU 60 …EnableProfiler(ProfilerType.CollapsedStack, filename, flushInstantly, false, fileSizeLimit, maximu… in EnableProfilerCollapsedStack() 65 …EnableProfiler(ProfilerType.Perfetto, filename, flushInstantly, enableMultipleTracks, fileSizeLimi… in EnableProfilerPerfetto()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 30 void EnableProfiler(string outputPath = null); in EnableProfiler() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | EmulationManager.cs | 326 machine.EnableProfiler(profilerPath); in EnableProfilerInMachine()
|
| D | Machine.cs | 1098 public void EnableProfiler(string outputPath = null) in EnableProfiler() method in Antmicro.Renode.Core.Machine
|