Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_OpcodesCounting.cs65 return TlibGetOpcodeCounter(id); in GetOpcodeCounter()
74 x => TlibGetOpcodeCounter(x.Value).ToString()).ToArray(); in GetAllOpcodesCounters()
83 … outputFile.WriteLine(string.Format("{0};{1}", x.Key, TlibGetOpcodeCounter(x.Value))); in SaveAllOpcodesCounters()
101 private Func<uint, ulong> TlibGetOpcodeCounter; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU