Created
February 3, 2020 14:14
-
-
Save xquery/9a34041070679793886994296300da20 to your computer and use it in GitHub Desktop.
perf stat curl httpbin.org/get
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
# Samples: 27 of event 'cpu-clock:pppH' | |
# Event count (approx.): 6750000 | |
# | |
# Overhead Command Shared Object Symbol | |
# ........ ....... ................... .......................... | |
# | |
7.41% curl [kernel.kallsyms] [k] arch_local_irq_enable | |
7.41% curl [kernel.kallsyms] [k] arch_local_irq_restore | |
7.41% curl ld-musl-x86_64.so.1 [.] _dlstart | |
3.70% curl [kernel.kallsyms] [k] __neigh_event_send | |
3.70% curl [kernel.kallsyms] [k] arch_local_irq_enable | |
3.70% curl [kernel.kallsyms] [k] arch_local_irq_restore | |
3.70% curl [kernel.kallsyms] [k] kernel_poison_pages | |
3.70% curl [kernel.kallsyms] [k] nf_iterate | |
3.70% curl [kernel.kallsyms] [k] tlb_gather_mmu | |
3.70% curl [kernel.kallsyms] [k] udp_error | |
3.70% curl ld-musl-x86_64.so.1 [.] __strerror_l | |
3.70% curl ld-musl-x86_64.so.1 [.] strchrnul | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x000000000002295e | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x0000000000022ae8 | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x0000000000022c85 | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x0000000000022d17 | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x0000000000056ec0 | |
3.70% curl ld-musl-x86_64.so.1 [.] 0x0000000000056f21 | |
3.70% curl libcares.so.2.3.0 [.] 0x0000000000006985 | |
3.70% curl libcrypto.so.1.1 [.] OPENSSL_LH_free | |
3.70% curl libcrypto.so.1.1 [.] 0x00000000000cb014 | |
3.70% curl libcrypto.so.1.1 [.] 0x000000000013155f | |
3.70% curl libcrypto.so.1.1 [.] 0x00000000001c66e8 | |
3.70% curl libcurl.so.4.6.0 [.] multi_runsingle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment