翻訳と辞書
Words near each other
・ CPU cache
・ CPU card
・ CPU core voltage
・ CPU Handbell Choir
・ CPU locking
・ CPU modes
・ CPU multiplier
・ CPU power dissipation
・ CPU Research Center
・ CPU shielding
・ CPU shim
・ CPU Sim
・ CPU socket
・ CPU time
・ CPU Wars
CPU-bound
・ CPU-Z
・ CPUID
・ Cpuinfo falsification
・ CPV
・ CPV-TV
・ CPVL
・ CPW
・ CPX
・ CPX Interactive
・ CPXM1
・ CPython
・ CPZ
・ CPZ (gene)
・ CQ


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CPU-bound : ウィキペディア英語版
CPU-bound

In computer science, a computer is CPU-bound (or compute-bound) when the time for it to complete a task is determined principally by the speed of the central processor: processor utilization is high, perhaps at 100% usage for many seconds or minutes. Interrupts generated by peripherals may be processed slowly, or indefinitely delayed.
The concept of CPU-bounding was developed during early computers, when data paths between computer components were simpler, and it was possible to visually see one component working while another was idle. Example components were CPU, tape drives, hard disks, card-readers, and printers. Computers that predominantly used peripherals were characterized as I/O bound. Establishing that a computer is frequently CPU-bound implies that upgrading the CPU or optimizing code will improve the overall computer performance.
With the advent of multiple busses, parallel processing, multiprogramming, preemptive scheduling, advanced graphics cards, advanced sound cards and generally, more decentralized loads, it became less likely to identify one particular component as always being a bottleneck. It is likely that a computer's bottleneck shifts rapidly between components. Furthermore, in modern computers it is possible to have 100% CPU utilization with minimal impact to another component. Finally, tasks required of modern computers often emphasize quite different components, so that resolving a bottleneck for one task may not affect the performance of another. For these reasons, upgrading a CPU does not always have a dramatic effect. The concept of being CPU-bound is now one of many factors considered in modern computer performance.
==See also==

* Computer architecture
* I/O bound
* Memory bound

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CPU-bound」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.