Created
December 6, 2020 18:41
-
-
Save tanakamura/8b9df8adcf5ad0ba6f1edc11abaf6584 to your computer and use it in GitHub Desktop.
syscall-mitigations=off
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
==== syscall ==== | |
| | MCall/sec | |
================================ | |
| close_minus1 | 9.58463 | |
-------------------------------- | |
| open_close | 1.10591 | |
-------------------------------- | |
| pipe_close | 0.57343 | |
-------------------------------- | |
| select_0 | 2.15039 | |
-------------------------------- | |
| fork_wait | 0.02047 | |
-------------------------------- | |
| mmap_unmap | 1.47455 | |
-------------------------------- | |
|write_devnull_1byte | 8.29439 | |
-------------------------------- | |
|pthread_create_join | 0.08191 | |
-------------------------------- | |
| gettimeofday1 | 48.70143 | |
-------------------------------- | |
| clock_gettime1 | 45.44511 | |
-------------------------------- | |
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
==== syscall ==== | |
| | MCall/sec | |
================================ | |
| close_minus1 | 17.59231 | |
-------------------------------- | |
| open_close | 1.59743 | |
-------------------------------- | |
| pipe_close | 0.81919 | |
-------------------------------- | |
| select_0 | 2.94911 | |
-------------------------------- | |
| fork_wait | 0.02047 | |
-------------------------------- | |
| mmap_unmap | 2.31423 | |
-------------------------------- | |
|write_devnull_1byte | 13.45535 | |
-------------------------------- | |
|pthread_create_join | 0.10239 | |
-------------------------------- | |
| gettimeofday1 | 62.60735 | |
-------------------------------- | |
| clock_gettime1 | 62.58687 | |
-------------------------------- | |
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
==== syscall ==== | |
| | MCall/sec | |
================================ | |
| close_minus1 | 9.89183 | |
-------------------------------- | |
| open_close | 1.69983 | |
-------------------------------- | |
| pipe_close | 0.90111 | |
-------------------------------- | |
| select_0 | 1.90463 | |
-------------------------------- | |
| fork_wait | 0.02047 | |
-------------------------------- | |
| mmap_unmap | 1.78175 | |
-------------------------------- | |
|write_devnull_1byte | 9.58463 | |
-------------------------------- | |
|pthread_create_join | 0.06143 | |
-------------------------------- | |
| gettimeofday1 | 44.25727 | |
-------------------------------- | |
| clock_gettime1 | 48.00511 | |
-------------------------------- | |
v : test_name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment