engelfa / TuK1-CPU

0 stars 0 forks source link

test bus bottleneck for multiple cores #8

Open boeckhoff opened 5 years ago

Chaoste commented 5 years ago

CPU Cache Bandwidth Data:

Die Bandbreite eines 3 GHz schnellen Prozessors liegt dank 32 Bytes an Daten pro Taktzyklus und Kern bereits bei beachtlichen 96 GByte/s. Summiert man dies auf vier Kerne auf, sind es bereits 384 GByte/s, für das Flaggschiff Core i7-2600 mit 3,4 GHz bedeutet dies folglich eine gesamte Bandbreite von 435,2 GByte/s Source: https://www.computerbase.de/forum/threads/datendurchsatz-l1-l2-l3-cache.879930/#post-9652836

Example statistics for two cores with 2,4 GHz and DDR2, including latency:

1st lvl Cache: 38 GByte/s 1,2 ns 2nd lvl Cache: 18 GByte/s 3,8 ns Hauptspeicher: 7 GByte/s 72 ns

You can find tools for measuring the bandwidth in the same forum thread.

boeckhoff commented 5 years ago

depends on #14