cachesize {memuse} | R Documentation |
Shows the sizes of the CPU caches.
Sys.cachesize()
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.
Returns a list, whose values are platform dependent.
## Not run: library(memuse) Sys.cachesize() ## End(Not run)