Home  >  Article  >  What does it mean to measure computer performance in mips?

What does it mean to measure computer performance in mips?

藏色散人
藏色散人Original
2020-04-22 11:53:1414458browse

What does it mean to measure computer performance in mips?

What does it mean to measure computer performance in mips?

MIPS is used as a unit to measure the performance of a computer, which refers to the computing speed of the computer.

Computer performance refers to the responsiveness of the system, that is, how long it takes to respond to an event, or the number of events that the system can handle within a certain period of time.

MIPS means millions of instructions per second, which is a unit that represents the speed of machine operation. The size of MIPS is related to the instruction set. MIPS between computers with different instruction sets cannot be compared; MIPS changes on the same computer and varies with different programs.

The above is the detailed content of What does it mean to measure computer performance in mips?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Is heap sort stable?Next article:Is heap sort stable?