![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Request-weighted and time-stationary level probabilities. More...
#include <line/api/cache/cache_ttl_lrum_map.h>
Public Attributes | |
| Matrix< T > | pij |
| (n x h+1) column 0 = miss probability, column 1+l = hit in list l | |
| Matrix< T > | pijtime |
| (n x h+1) time-stationary level occupancy probabilities | |
| std::vector< T > | t |
| (h) characteristic times used | |
Request-weighted and time-stationary level probabilities.
Definition at line 48 of file cache_ttl_lrum_map.h.
| Matrix<T> line::cache::CacheTtlLrumMapResult< T >::pij |
(n x h+1) column 0 = miss probability, column 1+l = hit in list l
Definition at line 49 of file cache_ttl_lrum_map.h.
Referenced by line::cache::cache_ttl_lrum_map().
| Matrix<T> line::cache::CacheTtlLrumMapResult< T >::pijtime |
(n x h+1) time-stationary level occupancy probabilities
Definition at line 50 of file cache_ttl_lrum_map.h.
Referenced by line::cache::cache_ttl_lrum_map().
| std::vector<T> line::cache::CacheTtlLrumMapResult< T >::t |
(h) characteristic times used
Definition at line 51 of file cache_ttl_lrum_map.h.
Referenced by line::cache::cache_ttl_lrum_map().