Uses of Class
jline.io.Ret.cacheMissSpm
Packages that use Ret.cacheMissSpm
Package
Description
Cache modeling algorithms and performance analysis methods.
Input/output from the command line or XML files.
-
Uses of Ret.cacheMissSpm in jline.api.cache
Methods in jline.api.cache that return Ret.cacheMissSpmModifier and TypeMethodDescriptionstatic Ret.cacheMissSpmCache_miss_is.cache_miss_is(Matrix gamma, Matrix m, MatrixCell lambda) static Ret.cacheMissSpmCache_miss_is.cache_miss_is(Matrix gamma, Matrix m, MatrixCell lambda, int samples) Computes cache miss rates using Monte Carlo importance sampling.static Ret.cacheMissSpmCache_miss_rayint.cache_miss_rayint(Matrix gamma, Matrix m, MatrixCell lambda) Estimates the cache miss rate and related metrics using the ray method for PDEs.static Ret.cacheMissSpmCache_miss_spm.cache_miss_spm(Matrix gamma, Matrix m, MatrixCell lambda) -
Uses of Ret.cacheMissSpm in jline.io
Subclasses of Ret.cacheMissSpm in jline.ioModifier and TypeClassDescriptionstatic classDeprecated.Use cacheMissSpm instead