Package-level declarations

Types

Link copied to clipboard

CacheType different types of caches used by processors

Link copied to clipboard

LogicalProcessor interface represents a logical CPU core or thread in the system This interface provides detailed information about the logical processor's mapping to physical processors, NUMA nodes, and processor groups

Link copied to clipboard

Represents a physical processor in the system. This interface provides information about the physical CPU core, its package, and efficiency, along with its unique identifier string.

Link copied to clipboard
interface ProcessorCache

ProcessorCache interface represents a processor's cache with its properties like level, associativity, line size, cache size, and cache type.

Link copied to clipboard

ProcessorIdentifier interface defines the properties related to the CPU identifier and its characteristics. These properties allow retrieval of information such as the CPU vendor, name, family, model, stepping, and more.