Searched refs:TlibGetOpcodeCounter (Results 1 – 1 of 1) sorted by relevance
65 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