-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Use more than one core #267
Comments
I'd suggest to implement |
If you don't mind, would you like to introduce your use case? |
@corona10 it's pretty weird solution. 😄 In short: build Python with shared library, install "somewhere" pyperformance using "shared" Python, reconfigure Python for static binary and build it - it will run pyperformance while gathering PGO data. applied patches (related for this case): build script: debian/rules from package template upd: benchmark results. |
Wow supercool! I am still conservative with direct supporting profiling workload based on pyperformance suite |
I'd suggest to using fixed core count rather than "auto" in upd: you may use |
Okay, I agree with you. Let's pile the issue on the CPython and discuss the better way to solve it. |
On the current moment, pyperformance loads a single core
Is there any reason why this is so?
The text was updated successfully, but these errors were encountered: