abstract.txt

来自「keilc pic的版本 才搞到的 希望对大家有帮助」· 文本 代码 · 共 20 行

TXT
20
字号
The DHRY program performs the dhrystone benchmarks.

Dhrystone is a general-performance benchmark test originally

developed by Reinhold Weicker in 1984.  This benchmark is
used to measure and compare the performance of different
computers or, in this case, the efficiency of the code
generated for the same computer by different compilers.
The test reports general performance in dhrystones per second.

Like most benchmark programs, dhrystone consists of standard
code and concentrates on string handling.  It uses no
floating-point operations.  It is heavily influenced by
hardware and software design, compiler and linker options,
code optimizing, cache memory, wait states, and integer
data types.

The Dhrystone program is available in one target:
  Simulator: Small Model:  Dhrystone example in SMALL model 
                           for Simulation

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?