Computer Design (1) 썸네일형 리스트형 [컴퓨터 구조] Performance 💻 Perforamance 말그대로 컴퓨터가 한 작업을 하는 성능을 의미한다. 1. 2 key metrics in computer performance Execution time (response time) 처음부터 끝까지 걸리는 시간 Execution time과 response time이 같은것은 아니다. Throughput 주어진 시간동안 처리한 작업량 2. Performance = 1/ExecutionTIme 성능과 ExecutionTIme은 반비례함. 💻 Time Performance 먼저, 시간 측면에서의 성능에 대해 얘기해보고자 한다. 시스템 전체의 시간 측정에는 Elapsed time이라는 것이 쓰인다, CPU 작업 시간, I/O에 걸리는 시간 등 여러가지가 이에 해당된다. 그 중 CPU t.. 이전 1 다음