Cache

Cache Information

package pragma(LDC_no_typeinfo)
struct Cache {}

Members

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 KBs

size
uint size;

Cache size in KBs

Meta