Home
last modified time | relevance | path

Searched defs:Profiler (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfiler.cs19 public class Profiler : IDisposable class
21 public Profiler(IMachine machine, string outputPath) in Profiler() method in Antmicro.Renode.Logging.Profiling.Profiler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs107 public BaseProfiler Profiler => profiler; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs89 Profiler Profiler { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1191 public Profiler Profiler { get; private set; } property in Antmicro.Renode.Core.Machine