cyring / CoreFreq

CoreFreq : CPU monitoring and tuning software designed for 64-bit processors.
https://www.cyring.fr
GNU General Public License v2.0
1.97k stars 126 forks source link

Standalone CLI program to read memory timings for Ryzen(or intel) #314

Closed Connor-GH closed 2 years ago

Connor-GH commented 2 years ago

The program ZenTimings on windows is similar to this, and I can't read C very well, much less the tens of thousands of lines, so I was wondering if you had plans to package just the Memory (controller) part.

cyring commented 2 years ago

Among my sandbox programs:

IMC decoding needs low level. I believe the Linux kernel would be the best place to maintain such code; which would export Timings data through the standard sys file-system attributes for any foreign languages purposes.