경희대학교 김정욱 교수님의 컴퓨터 구조 수업을 기반으로 정리한 글입니다.Measuring Performance컴퓨터 구조에선 speed가 performance measuring의 기준이다. ※ Comparing performances may different depending on the situation 즉, 컴파일러를 어떻게 효율적으로 잘 하고, 하드웨어 디자인을 어떻게 잘 하느냐,그래서 결국, 속도가 얼마나 빠르냐가 가장 중요하다. There are a number of measurements of performanceClock speedCPI (Clock Cycles per Instrucion)MIPS (Millions of Instructions per Second)Etc.※ 여기서 MIPS는 ..