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

cpuid: read /proc/cpuinfo incrementally #11066

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

cpuid: read /proc/cpuinfo incrementally

On machines with many CPUs, reading all of /proc/cpuinfo spends a surprising
amount of time generating information for each CPU; reduce this time by reading
incrementally until we find the CPU frequency. On such machines, this saves
3-4ms on sentry startup.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Oct 21, 2024
@copybara-service copybara-service bot force-pushed the test/cl687465904 branch 2 times, most recently from e4d3885 to e7e5cfa Compare October 22, 2024 17:02
@copybara-service copybara-service bot closed this Oct 22, 2024
@copybara-service copybara-service bot deleted the test/cl687465904 branch October 22, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants