What does linux mips mean?

藏色散人
Release: 2023-03-28 09:28:25
Original
1684 people have browsed it

linux mips refers to the "average execution speed of single-word fixed-point instructions". Its full English name is "Million Instructions Per Second", which means the number of millions of machine language instructions processed per second. This is a measure of CPU speed. an indicator of.

What does linux mips mean?

#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.

What does linux mips mean?

MIPS (Million Instructions Per Second): The abbreviation of Million Instructions Per Second, 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.

Extended information:

MIPS is the abbreviation of Million Instructions Per Second--the number of million instructions executed by the computer per second. It is a measure of computer speed.

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, from which 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.

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.

Recommended learning: "linux video tutorial"

The above is the detailed content of What does linux mips mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!