JCL Help:GetIntelCacheDescription

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a descriptive string for an Intel cache descriptor.


Pascal

 function GetIntelCacheDescription(const D: Byte): string;


Parameters

Parameters Description
const D: Byte The descriptor for which you want a descriptive string. This is usually one of the entries in the TIntelSpecific.CacheDescriptors array.


Return Value

The descriptive string for the specified descriptor. If a description isn't available the function returns an empty string.


Description

GetIntelCacheDescription returns a descriptive string for an Intel cache descriptor. This is something like: 'Instruction TLB, 4Kb pages, 4-way set associative, 32 entries'.


See Also

TIntelSpecific


About

Unit

JclSysInfo


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page