clarify the purpose of this project
[nyanglibc.git] / gmon / prof-freq.s
blob9b92174a170735d1ef6ba19768d701411ca5894a
1 .text
2 .p2align 4,,15
3 .globl __profile_frequency
4 .hidden __profile_frequency
5 .type __profile_frequency, @function
6 __profile_frequency:
7 movl _dl_clktck(%rip), %eax
8 ret
9 .size __profile_frequency, .-__profile_frequency