Searched refs:executedInstructions (Results 1 – 4 of 4) sorted by relevance
36 …public InstructionEntry(int cpuSlot, ulong executedInstructions) : base(ProfilerEntryType.Executed… in InstructionEntry() argument39 ExecutedInstructions = executedInstructions; in InstructionEntry()
25 ExecutionResult ExecuteInstructions(int instructionCount, out ulong executedInstructions); in ExecuteInstructions() argument345 result = core.ExecuteInstructions(1, out var executedInstructions); in Execute()346 …g(LogLevel.Debug, "Core executed {0} instructions and returned {1}", executedInstructions, result); in Execute()375 executedInstructionsTotal += executedInstructions; in Execute()
163 public override ulong ExecutedInstructions => executedInstructions;245 executedInstructions++; in ExecuteInstructions()1518 private ulong executedInstructions; field in Antmicro.Renode.Peripherals.CPU.MSP430X
1077 private void OnBlockFinished(ulong pc, uint executedInstructions) in OnBlockFinished() argument1081 blockFinishedHook?.Invoke(pc, executedInstructions); in OnBlockFinished()