-
In some systems, measure the frequency is not possible due to `perf_event_open` being unavailable (like in #260). Thus, having a fallback that relies on `/proc/cpuinfo` would improve resilency of the …
-
### Issue:
"Warning: CPU turbo is not available" is displayed in the GUI app. Also displays this in the "auto-cpufreq --stats" command. I am running am AMD CPU, so is turbo-boosting my CPU not an opt…
-
Issue with log of @mutchiko experiment from #45 issue [comment](https://github.com/BeardOverflow/msi-ec/issues/45#issuecomment-1693362723)
> hi, can you install kernel 6.5 then cpupower-gui and tel…
-
Low latency settings require predictable task scheduling that reduce or eliminate both latency and jitter as much as possible. Since power states and turbo boost cause spikes in latency and thus also …
-
We have Raspberry Pi 3B+ with a camera connected via SPI interface.
kernel 4.19: When "ondemand" governor is enabled, CPU switches between 2 steps: 600 MHz and 1400 MHz. This can influence SPI cloc…
-
Hello
I did a simple experiment where I created a random signal x on SO(3) (I tried multiple bandwidths = 20,30,40). Then I computed the FFT using
x_fft = SO3_fft_real.apply(x)
Finally, I co…
-
The function "get_TSC_frequency()" uses a horrible hack to get the nominal CPU frequency from the CPUID brand string. The code is a port of Intel's reference code (from C++ to C), so this looks like …
-
For sliders, could you provide an option per slider to allow user to type in and accept a value that is outside the range of the slider?
-
In extensions calling synchronous IO functions like `Shell.get_file_contents_utf8_sync` will block GNOME-Shell's main loop. This means nearly everything is blocked: mouse feels sticky, videos are stu…
-
With Intel P-state, if I've undestood correctly, there are not real scaling governor anymore, but we can still set the "policy" of the processor choosing between powersave and performance (for example…