Pi Zi Heng Embedded: ARM Cortex-M Core (4) - Performance Indicators

Publisher:yanfeng00Latest update time:2019-12-18 Source: eefocusKeywords:ARM Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

1. Processor performance indicators

  There are many performance indicators used to evaluate CPUs. Test standards with different performance focuses may produce different indicator values. The following introduces two classic test standards widely used in the embedded industry.

1.1 Dhrystone Standard

  Dhrystone is a benchmark program proposed by Reinhold P. Weicker in 1984. Its main purpose is to test the performance of integer operations and logical operations of the processor.


  The Dhrystone program was originally published in Ada, and later Rick Richardson developed Version 1.1 for Unix in C, which successfully promoted the widespread use of Dhrystone. The latest version of the Dhrystone program is Version 2.1, which was updated in 1988.


  The Dhrystone standard test method is very simple, that is, how many times the Dhrystone program is run per unit time, and its indicator unit is DMIPS/MHz. MIPS is the abbreviation of Million Instructions Per Second, which means the number of machine language instructions processed per second in the millions. The D in DMIPS is the abbreviation of Dhrystone, which represents the MIPS under the Dhrystone standard test method.

1.2 CoreMark Standard

  CoreMark is a benchmark program proposed by Shay Gla-On of the Embedded Microprocessor Benchmark Evaluation Association EEMBC in 2009. Its main goal is to test the core performance of processors. This standard is considered to be more practical than the outdated Dhrystone standard.


  The CoreMark program is written in C and contains the following algorithms: enumeration (search and sort), mathematical matrix operations (normal matrix operations) and state machines (used to determine whether the input stream contains valid numbers), and finally CRC (cyclic redundancy check). The latest version of the CoreMark program is Version 1.0.


  The CoreMark standard test method is also very simple, that is, how many times the CoreMark program is run per unit time under a certain configuration parameter combination, and its indicator unit is CoreMark/MHz. The higher the CoreMark number, the higher the performance.
 

2. Performance comparison of Cortex-M processors

  ARM provides an official performance comparison bar chart of the Cortex-M series processors:

Performance indicator bar graph

  The specific indicator values ​​of each processor are as follows:
Specific values ​​of performance indicators

  The latest ARM official indicator values ​​in June 2019 are as follows:
Specific values ​​of performance indicators

References:

[1].  [ARM Embedded System Development] Chapter 1 Dhrystone

[2].  Simple tool for testing CPU - dhrystone

[3].  Introduction to the processor performance test benchmark program (CoreMark)

[4].  Cortex-M7 Launches: Embedded, IoT and Wearables

[5].  CSDN-markdown table style settings (cross-row tables, background color, etc.)


Keywords:ARM Reference address:Pi Zi Heng Embedded: ARM Cortex-M Core (4) - Performance Indicators

Previous article:Pi Ziheng Embedded: ARM Cortex-M Debugging (1) - 4-wire protocol standard (JTAG)
Next article:Pi Zi Heng Embedded: ARM Cortex-M Core (3) - Functional Modules

Recommended ReadingLatest update time:2024-11-16 12:48

ARM11 learning based on S3C6410 (VIII) Core initialization and setting peripheral base address
The following is the last part of the core initialization: initialization of the peripheral base address. This operation tells the CPU what the base address of the peripheral is. Before, I was confused about this. Isn't the base address of the peripheral fixed for the chip? Why do I need to tell it what the base addr
[Microcontroller]
ARM11 learning based on S3C6410 (VIII) Core initialization and setting peripheral base address
Classic case of intelligent temperature measurement system based on ARM
  introduction   Temperature measurement and control play a vital role in today's social life. The various temperature measurement technologies currently available in the international and domestic markets cover many fields such as security inspection, market, life, fire protection, scientific research, etc. Temperatu
[Microcontroller]
Classic case of intelligent temperature measurement system based on ARM
Design of Profibus-DP master communication platform
introduction Profibus-DP is an open fieldbus standard launched by Siemens for high-speed data transmission between field-level distributed automation peripherals. Profibus broke through the 20 million node mark in April 2007. According to PI (the world's fieldbus Profibus user organization), there are now more than 25
[Microcontroller]
Design of Profibus-DP master communication platform
Wireless weather data communication based on ARM microprocessor and Linux
    Automatic weather station data collectors are generally designed based on single-chip microcomputers or PC/104 bus controllers, and have the characteristics of good compatibility with PCs, low power consumption, and compact size. However, how to design an automatic weather station data collector with powerful func
[Microcontroller]
Wireless weather data communication based on ARM microprocessor and Linux
Composition of ARM image files
Composition of ARM image file The so-called ARM image file refers to the bin file burned into the ROM, also known as the image file. It is called the image file below. The image file contains RO and RW data. The reason why the image file does not contain ZI data is that ZI data is all 0, so it is unnecessary to includ
[Microcontroller]
ARM Getting Started Notes
ISP Experiment I. Background Since the previous experiments all used the emulator to download the code to the SRAM of AT91SAM7S64 for debugging, it cannot be run in the actual Flash ROM. So in this experiment, we will use the SAM-BA software provided by ATMEL and the ROMBoot function of AT91SAM7S64 to complete th
[Microcontroller]
ARM Getting Started Notes
arm-linux-ld command ld link script
We compile each c or assembly file separately, but do not link them, and generate many .o files. These .o files are scattered first, and we must first consider how to combine them; secondly, these .o files have a call relationship with each other; thirdly, the bin file we finally generate is to run in the hardware, and
[Microcontroller]
ARM embedded control system design
System design and implementation 1.1 System hardware foundation The control system is designed based on the Atmel AT91M55800A microprocessor. AT91M55800A is a 16/32-bit microcontroller based on the ARM7TDMI core. Its processor core is a high-performance 32-bit RISC architecture; it has a high-density 16-bit ins
[Microcontroller]
ARM embedded control system design
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号