Dhrystone is a synthetic benchmark that measures and compares processor performance.
Read more about Dhrystone benchmark here:
Parameter | Value |
---|---|
CPU + OS | r5fss0-0 nortos |
Toolchain | ti-arm-clang |
Boards | am263x-cc, am263x-lp |
Example folder | examples/benchmarks/dhrystone_benchmark |
The Dhrystone benchmark program contains 52 assignments, 33 control statements and 17 procedures/ function calls. Unlike Whetstone benchmarking, the program doesn't contain floating point operation and concentrates on string handling and standard code, heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states and integer data types. 103 statements are dynamically executed. The output of the Dhrystone program is
Device | Normalised MIPS/MHz |
---|---|
AM263x-CC | 1.9678 |
AM263x-LP | 1.9678 |
Once you have the application binary built following the aforementioned steps, Load and run the application using CCS. (see CCS Launch, Load and Run).
If you want to flash the application binary to the device, follow the steps mentioned here (see Flash a Hello World example).