Created
December 25, 2020 16:44
-
-
Save tanakamura/b76a83c10c2debe79cb2dd3fa09e273c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ostimer: clock_gettime | |
userland_timer: rdtscp | |
perf_counter: yes | |
Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz | |
==== pipe ==== | |
| |result | |
-------------------------- | |
| ROB | 224 | |
| INT PRF | 145 | |
| FP PRF | 148 | |
| INT(multi chain) | 96 | |
| FP(multi chain) | 112 | |
|INT(single chain) | 50 | |
| FP(single chain) | 55 | |
v : test_name | |
This file contains hidden or 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
ostimer: clock_gettime | |
userland_timer: rdtscp | |
perf_counter: yes | |
11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz | |
==== pipe ==== | |
| |result | |
-------------------------- | |
| ROB | 352 | |
| INT PRF | 247 | |
| FP PRF | 199 | |
| INT(multi chain) | 136 | |
| FP(multi chain) | 157 | |
|INT(single chain) | 72 | |
| FP(single chain) | 78 | |
v : test_name | |
This file contains hidden or 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
ostimer: clock_gettime | |
userland_timer: rdtscp | |
perf_counter: yes | |
AMD Ryzen 7 3700X 8-Core Processor | |
==== pipe ==== | |
| |result | |
-------------------------- | |
| ROB | 224 | |
| INT PRF | 139 | |
| FP PRF | 145 | |
| INT(multi chain) | 100 | |
| FP(multi chain) | 65 | |
|INT(single chain) | 55 | |
| FP(single chain) | 32 | |
v : test_name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment