Searched refs:ExecutedInstructions (Results 1 – 10 of 10) sorted by relevance
36 …uctionEntry(int cpuSlot, ulong executedInstructions) : base(ProfilerEntryType.ExecutedInstructions) in InstructionEntry()39 ExecutedInstructions = executedInstructions; in InstructionEntry()43 private ulong ExecutedInstructions { get; } property in Antmicro.Renode.Logging.Profiling.InstructionEntry86 ExecutedInstructions, enumerator
78 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in OnContextChange()97 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in InterruptEnter()108 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in InterruptExit()
87 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in OnContextChange()130 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in InterruptEnter()152 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in InterruptExit()
39 public override ulong ExecutedInstructions => 0; field in Antmicro.Renode.UnitTests.Mocks.EmptyCPU
32 ulong ExecutedInstructions { get; } property
114 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.ExternalCPU
330 public abstract ulong ExecutedInstructions { get; } property in Antmicro.Renode.Peripherals.CPU.BaseCPU642 …hine.Profiler?.Log(new InstructionEntry(machine.SystemBus.GetCPUSlot(this), ExecutedInstructions)); in CpuThreadBodyInner()751 return CpuResult.ExecutedInstructions; in CpuThreadBodyInner()889 ExecutedInstructions = 0, enumerator
194 … public override ulong ExecutedInstructions { get {return TlibGetTotalExecutedInstructions(); } } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
111 return this.ExecutedInstructions; in GetInstructionCount()
163 public override ulong ExecutedInstructions => executedInstructions; field in Antmicro.Renode.Peripherals.CPU.MSP430X1251 this.Log(LogLevel.Debug, "{0}: 0x{1:X04} @ {2}", PC, instr, ExecutedInstructions); in EvaluateNextOpcode()