cachelinesize {memuse} | R 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
Examples
## Not run:
library(memuse)
Sys.cachelinesize()
## End(Not run)
[Package memuse version 4.2-3 Index]