Cache

Cache Information

Members

Properties

isFullyAssociative
bool isFullyAssociative [@property getter]

Code: associative == associative.max

Variables

associative
ushort associative;

Ways of associativity. Equals associative.max if cache is fully associative.

cores
ubyte cores;

CPU cores per cache

inclusive
bool inclusive;

true if cache is inclusive of lower cache levels.

line
ushort line;

Cache line in bytes

size
uint size;

Cache size in KBs

Meta