cachesize {memuse} | R Documentation |
Cache Sizes
Description
Shows the sizes of the CPU caches.
Usage
Sys.cachesize()
Details
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.
Value
Returns a list, whose values are platform dependent.
See Also
Examples
## Not run:
library(memuse)
Sys.cachesize()
## End(Not run)
[Package memuse version 4.2-3 Index]