Skip to content
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

Profiling cachelib hotspots #253

Open
anirbannag opened this issue Aug 28, 2023 · 1 comment
Open

Profiling cachelib hotspots #253

anirbannag opened this issue Aug 28, 2023 · 1 comment

Comments

@anirbannag
Copy link

How can we profile cachelib for hotspots? Since the application is spawning both server and client threads, how to know which thread to profile? Some test configs also have multiple reader-writer server threads, so in that case how to know which are server threads?

@vinser52
Copy link
Contributor

you can try to use Intel VTune. It will provide you with insights about each particular thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants