-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to improve sampling frequency #2
Comments
Hi Jason: Joe |
Thank joemario for your reply! but we test the program by your advice! The result is still not good and the output sample size : 14K (time : ctrlC after 8 seconds , perf_event_max_sample_rate : 100000) |
Hi Jason: |
Hi Jason: |
Hi joemario,
Now,i‘m using the perf c2c tool, but i find that sample size is small,following is the setting parameter.
perf_event_max_sample_rate : 100000
perf_cpu_time_max_percent :25
command line :perf c2c record -F 60000 -a --all-user sleep 5
the output sample size : 5321
the hardware : X86 40 cores
test case : false_sharing_example.c
I don't know why the output sample size is so small , so need your help!
Looking forward to your reply soon when you are convenient!
The text was updated successfully, but these errors were encountered: