cachesize: Cache Sizes

cachesizeR Documentation

Cache Sizes

Description

Shows the sizes of the CPU caches.

Usage

Sys.cachesize()

Details

Sys.cachesize() will check the various levels of cache and return all available cache information in a list. If you don't have some kind of level-1 cache, then it will return an error. If you have some kind of future space computer with more than 3 levels of cache, levels higher than 3 will not be displayed.

Value

Returns a list, whose values are platform dependent.

See Also

meminfo

Examples

## Not run: 
library(memuse)

Sys.cachesize()

## End(Not run)


memuse documentation built on Feb. 16, 2023, 6:36 p.m.