memuse (version 4.0-0)

cachesize: Cache Sizes

Description

Shows the sizes of the CPU caches.

Usage

Sys.cachesize()

Arguments

Value

Returns a list, whose values are platform dependent.

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.

See Also

meminfo

Examples

Run this code
# NOT RUN {
library(memuse)

Sys.cachesize()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab