Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMEncoder.cs81 get => outputPath;
85 outputPath = value;
110 private string outputPath; field in Antmicro.Renode.Sound.PCMEncoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfiler.cs21 public Profiler(IMachine machine, string outputPath) in Profiler() argument
27 … output = new FileStream(outputPath, FileMode.Create, FileAccess.ReadWrite, FileShare.Delete); in Profiler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs30 void EnableProfiler(string outputPath = null); in EnableProfiler() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1098 public void EnableProfiler(string outputPath = null) in EnableProfiler() argument
1101 …Profiler = new Profiler(this, outputPath ?? TemporaryFilesManager.Instance.GetTemporaryFile("renod… in EnableProfiler()