Searched refs:TotalInstructions (Results 1 – 2 of 2) sorted by relevance
71 TempStream << "\nInstructions: " << DV.TotalInstructions; in printView()89 DV.TotalInstructions = DV.Instructions * DV.Iterations; in collectData()94 DV.IPC = (double)DV.TotalInstructions / TotalCycles; in collectData()103 {"Instructions", DV.TotalInstructions}, in toJSON()
51 unsigned TotalInstructions; member