Home  >  Article  >  What does mips mean in computers?

What does mips mean in computers?

青灯夜游
青灯夜游Original
2020-12-01 14:15:4464082browse

mips refers to the "computing speed" of the computer. The computing speed of a computer usually refers to the number of addition instructions that can be executed per second, often expressed in Million Instructions Per Second (MIPS).

What does mips mean in computers?

The computing speed of a computer usually refers to the number of addition instructions that can be executed per second, commonly referred to as Million Instructions Per Second (MIPS). express.

MIPS: The average execution speed of single-word fixed-point instructions, the number of millions of machine language instructions processed per second. This is a measure of CPU speed. For example, an Intel80386 computer can process 3 million to 5 million machine language instructions per second, that is, we can say that 80386 is a 3 to 5 MIPS CPU. MIPS is just a measure of CPU performance.

Nowadays, the frequency of CPUs is getting higher and higher, and they are pipelined, superscalar calculated, and dual-core and multi-core. It is no longer scientific to measure the speed of a computer simply by clock frequency. Use MIPS to measure relative comparison. Reasonable.

The recommended maximum operating frequency of S3C44B0X with ARM7 as the core is 66MHz. According to the technical information provided by ARM, the computing speed of Cortex A9 CPU can be calculated according to the following formula: MIPS=0.9×MHz, so it can be It is concluded that the maximum computing speed of the old model Arm 7 series S3C44B0X is approximately 0.9×66MHz=59.4MIPS. The 6M 51 microcontroller usually takes 12 or 24 clock cycles to complete an instruction, and multiplication and division instructions require 48 clock cycles. In this way, I initially estimate that the computing speed of the 6M 51 microcontroller should be between 0.2~0.5MIPS. It can be seen that there is still a huge difference in the computing speed of 8-bit machines and 32-bit machines.

Taking AVR as an example, its data throughput rate can reach 1MIPS/MHz, that is, the oscillation frequency of 1MHz can reach 1MIPS.

To sum up, it is reasonable to use MIPS to measure computer speed. Different CPUs have different maximum operating frequencies and different data throughput rates, so they cannot be generalized.

The above is the detailed content of What does mips mean in computers?. 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:What is a web pageNext article:What is a web page