Last data update: 2014.03.03

R: Cache Sizes and Linesize
cachelinesizeR Documentation

Cache Sizes and Linesize

Description

Shows the size of the cache line.

Usage

Sys.cachelinesize()

Details

Sys.cachelinesize() will return the cache linesize. It's almost certainly 32 or 64 bytes.

Value

Returns a list, whose values are platform dependent.

See Also

meminfo

Examples

## Not run: 
library(memuse)

Sys.cachelinesize()

## End(Not run)

Results