Searched refs:TotalInstructions (Results 1 – 1 of 1) sorted by relevance
65 unsigned TotalInstructions = Instructions * Iterations; in printView() local66 double IPC = (double)TotalInstructions / TotalCycles; in printView()73 TempStream << "\nInstructions: " << TotalInstructions; in printView()