Last active
July 21, 2023 19:12
-
-
Save fwsGonzo/571fde065e6aa73010bc2f948640bdc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64-bit ELF without binary translation | |
===================================== | |
$ ./rvlinux ../binaries/coremark.riscv64 | |
2K performance run parameters for coremark. | |
CoreMark Size : 666 | |
Total ticks : 14048973904 | |
Total time (secs): 14.048974 | |
Iterations/Sec : 2847.183024 | |
Iterations : 40000 | |
Compiler version : GCC11.1.0 | |
Compiler flags : -O2 -static -march=rv64g -mabi=lp64d | |
Memory location : Please put data memory location here | |
(e.g. code in flash, data on heap etc) | |
seedcrc : 0xe9f5 | |
[0]crclist : 0xe714 | |
[0]crcmatrix : 0x1fd7 | |
[0]crcstate : 0x8e3a | |
[0]crcfinal : 0x25b5 | |
Correct operation validated. See README.md for run and reporting rules. | |
CoreMark 1.0 : 2847.183024 / GCC11.1.0 -O2 -static -march=rv64g -mabi=lp64d / Heap | |
>>> Program exited, exit code = 0 (0x0) | |
Instructions executed: 17951326556 Runtime: 38181.890ms Insn/s: 470mi/s | |
Pages in use: 6 (24 kB virtual memory, total 265 kB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment