pyperf
pyperf copied to clipboard
Refactor operations to fully work on AArch64.
Create IntelPstateOperation class for Intel P-State operations. Enable CPUGovernor on AArch64 platforms. Replace all Class names with super() in the init method.
cc @vstinner @corona10 @mdboom
I will take a look by this weekend :)
Can you try to avoid moving code? It makes the diff harder to review.
Like leaving TurboBoostIntelPstate after TurboBoostMSR.
Done, I tried moving less code possible.