Learn R Programming

memuse (version 2.5)

cachelinesize: Cache Sizes and Linesize

Description

Shows the size of the cache line.

Usage

Sys.cachelinesize()

Arguments

Value

Returns a list, whose values are platform dependent.

Details

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

See Also

meminfo

Examples

Run this code
## Not run: 
# library(memuse)
# 
# Sys.cachelinesize()
# ## End(Not run)

Run the code above in your browser using DataLab