Computer_Architecture

Amdhal's Law (암달의 법칙)

Roien 2015. 3. 10.
반응형

Amdahl's Law


컴퓨터의 어떤 요소를 개선해서 얻어질 수 있는 전체 성능의 이득은 Amdahl's Law를 이용해서 계산 될 수 있다. Amdahl's Law는 어떤 요소의 성능 향상으로 얻을 수 있는 performance gain은 제약을 받는다는 것이다. Amdahl's Law은 특정 feature의 사용에 의해서 얻어질 수 있는 speedup을 정의한다.

speedup의 정의는 다음과 같다.

     speedup = 
     performance for entire task with the enhancement / performance for entire task without the enhancement

혹은

     speedup = execution time without the enhancement / execution time with enhancement



암달은 보다 정확한 계산을 위해서 다음과 같은 식을 정의 하였다.

 


반응형

댓글