LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::cache::CacheTtlLrumMapResult< T > Struct Template Reference

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

Detailed Description

template<class T>
struct line::cache::CacheTtlLrumMapResult< T >

Request-weighted and time-stationary level probabilities.

Definition at line 48 of file cache_ttl_lrum_map.h.

Member Data Documentation

◆ pij

template<class T>
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().

◆ pijtime

template<class T>
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().

◆ t

template<class T>
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().


The documentation for this struct was generated from the following file: