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

Fix RDTSC calibration in ext_hotprofiler #1488

Closed
wants to merge 1 commit into from
Closed

Conversation

atdt
Copy link
Contributor

@atdt atdt commented Jan 4, 2014

Do a busy loop instead of usleep(5000), since usleep(5000) causes the
CPU to halt, giving meaningless results.

Originally submitted by Tim Starling to preinheimer/xhprof#65.

Do a busy loop instead of usleep(5000), since usleep(5000) causes the
CPU to halt, giving meaningless results.

Originally submitted by Tim Starling as pull request facebook#65 for
preinheimer/xhprof.
@scannell
Copy link
Contributor

scannell commented Jan 6, 2014

@atdt, we don't appear to have a CLA for you on file. (Is this covered by an organization CLA from Wikimedia?) Let me know what the deal is here (or fill one out at https://developers.facebook.com/opensource/cla or see https://github.com/facebook/hhvm/blob/master/CONTRIBUTING.md for the alternate method) before I take a look at the pull. Thanks!

@atdt
Copy link
Contributor Author

atdt commented Jan 6, 2014

@scannell
Copy link
Contributor

scannell commented Jan 7, 2014

Thanks @atdt! I'll take a look now.

@sgolemon sgolemon closed this in e49a9f8 Jan 10, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants