Support for PP in SP. Moved frequency get to KHz to Hz

This commit is contained in:
Dr-Noob
2018-03-30 00:34:43 +02:00
parent 5e65f5bb78
commit 4c991164c8
5 changed files with 55 additions and 11 deletions

2
main.c
View File

@@ -53,7 +53,7 @@ int main() {
printf(TITLE_L1"%s\n",l1);
printf(TITLE_L2"%s\n",l2);
printf(TITLE_L3"%s\n",l3);
printf(TITLE_PEAK"%s\n","??? GFLOP/s");
printf(TITLE_PEAK"%s\n",getPeakPerformance(cpu,getFrequency(freq)));
free(cpuName);
free(maxFrequency);