diff --git a/assets/coffee/cpu.coffee b/assets/coffee/cpu.coffee index 14420fe..c6908be 100644 --- a/assets/coffee/cpu.coffee +++ b/assets/coffee/cpu.coffee @@ -7,7 +7,9 @@ window.onload = () -> document.getElementById('cpuInfo').innerText = data.brand document.getElementById('cpuCores').innerText = data.physicalCores document.getElementById('cpuThreads').innerText = data.cores - document.getElementById('cpuClock').innerText = data.speed + document.getElementById('cpuClockBase').innerText = data.speed + document.getElementById('cpuClockBoost').innerText = data.speedMax + console.log(data) ).catch((error) -> console.error(error) ) diff --git a/assets/twig/cpu.twig b/assets/twig/cpu.twig index 839489d..3c3be23 100644 --- a/assets/twig/cpu.twig +++ b/assets/twig/cpu.twig @@ -15,7 +15,26 @@
CPU Model: Random CPU
-

2c/4t @ 2.0Ghz

+ + + + + + + + + + + + + + + + + + + +
Physical cores2 cores
Logical threads4 threads
Base clock2.0Ghz
Boost clock2.0Ghz

CPU temperature: 12°C