Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs63 currentEmulation.MachineAdded += EnableProfilerInMachine;
73 CurrentEmulation.MachineAdded -= EnableProfilerInMachine; in EnableProfilerGlobally()
74 CurrentEmulation.MachineAdded += EnableProfilerInMachine; in EnableProfilerGlobally()
78 EnableProfilerInMachine(machine); in EnableProfilerGlobally()
323 private void EnableProfilerInMachine(IMachine machine) in EnableProfilerInMachine() method in Antmicro.Renode.Core.EmulationManager