Shows the sizes of the CPU caches.
Sys.cachesize()
Returns a list, whose values are platform dependent.
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.
# NOT RUN {
library(memuse)
Sys.cachesize()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab