Searched defs:flushInstantly (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() 57 …public void EnableProfilerCollapsedStack(string filename, bool flushInstantly = false, long? fileS… in EnableProfilerCollapsedStack() 63 …public void EnableProfilerPerfetto(string filename, bool flushInstantly = false, bool enableMultip… in EnableProfilerPerfetto()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ |
| D | BaseProfiler.cs | 18 public BaseProfiler(TranslationCPU cpu, bool flushInstantly, int? maximumNestedContexts) in BaseProfiler() 76 protected readonly bool flushInstantly; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
|
| D | CollapsedStackProfiler.cs | 18 …public CollapsedStackProfiler(TranslationCPU cpu, string filename, bool flushInstantly, long? file… in CollapsedStackProfiler()
|
| D | PerfettoProfiler.cs | 23 …public PerfettoProfiler(TranslationCPU cpu, string filename, bool flushInstantly, bool enableMulti… in PerfettoProfiler()
|