Last active
December 6, 2020 18:44
-
-
Save tanakamura/9dfb8212242d57ffa663be1cb7234795 to your computer and use it in GitHub Desktop.
syscall
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 | 3.78879 | |
| -------------------------------- | |
| | open_close | 0.77823 | |
| -------------------------------- | |
| | pipe_close | 0.43007 | |
| -------------------------------- | |
| | select_0 | 1.45407 | |
| -------------------------------- | |
| | fork_wait | 0.02047 | |
| -------------------------------- | |
| | mmap_unmap | 0.92159 | |
| -------------------------------- | |
| |write_devnull_1byte | 3.46111 | |
| -------------------------------- | |
| |pthread_create_join | 0.08191 | |
| -------------------------------- | |
| | gettimeofday1 | 48.80383 | |
| -------------------------------- | |
| | clock_gettime1 | 45.34271 | |
| -------------------------------- | |
| 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.18271 | |
| -------------------------------- | |
| | open_close | 1.57695 | |
| -------------------------------- | |
| | pipe_close | 0.79871 | |
| -------------------------------- | |
| | select_0 | 2.94911 | |
| -------------------------------- | |
| | fork_wait | 0.02047 | |
| -------------------------------- | |
| | mmap_unmap | 2.31423 | |
| -------------------------------- | |
| |write_devnull_1byte | 13.39391 | |
| -------------------------------- | |
| |pthread_create_join | 0.10239 | |
| -------------------------------- | |
| | gettimeofday1 | 62.42303 | |
| -------------------------------- | |
| | clock_gettime1 | 62.42303 | |
| -------------------------------- | |
| 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.31839 | |
| -------------------------------- | |
| | open_close | 1.65887 | |
| -------------------------------- | |
| | pipe_close | 0.71679 | |
| -------------------------------- | |
| | select_0 | 2.10943 | |
| -------------------------------- | |
| | fork_wait | 0.02047 | |
| -------------------------------- | |
| | mmap_unmap | 1.16735 | |
| -------------------------------- | |
| |write_devnull_1byte | 9.05215 | |
| -------------------------------- | |
| |pthread_create_join | 0.06143 | |
| -------------------------------- | |
| | gettimeofday1 | 44.03199 | |
| -------------------------------- | |
| | 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