Created
June 2, 2016 22:14
-
-
Save robbie-cao/127331ac7f916045a1ddb838c69259ce 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
➜ linux git:(master) time objdump -C -S vmlinux > vmlinux.dump objdump -C -S vmlinux > vmlinux.dump 547.89s user 3.34s system 99% cpu 9:14.52 total ➜ linux git:(master) time objdump -S -Dz vmlinux > vmlinux.dump2 objdump -S -Dz vmlinux > vmlinux.dump2 10425.69s user 36.12s system 99% cpu 2:55:25.95 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment