Searched defs:fileSizeLimit (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU_Profiler.cs | 23 …me, bool flushInstantly = false, bool enableMultipleTracks = true, long? fileSizeLimit = null, int… in EnableProfiler() 57 …ofilerCollapsedStack(string filename, bool flushInstantly = false, long? fileSizeLimit = null, int… in EnableProfilerCollapsedStack() 63 …me, bool flushInstantly = false, bool enableMultipleTracks = true, long? fileSizeLimit = null, int… in EnableProfilerPerfetto()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ |
| D | CollapsedStackProfiler.cs | 18 …Profiler(TranslationCPU cpu, string filename, bool flushInstantly, long? fileSizeLimit = null, int… in CollapsedStackProfiler() 193 private readonly long? fileSizeLimit; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
|
| D | PerfettoProfiler.cs | 23 …, string filename, bool flushInstantly, bool enableMultipleTracks, long? fileSizeLimit = null, int… in PerfettoProfiler() 234 private readonly long? fileSizeLimit; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler
|