![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of mtrace_count. More...
#include <line/api/trace/mtrace_count.h>
Public Attributes | |
| std::vector< int > | labels |
| the distinct labels, increasing | |
| Matrix< long > | counts |
| (periods x C) events per window and class | |
Return value of mtrace_count.
Definition at line 50 of file mtrace_count.h.
| Matrix<long> line::trace::MtraceCountResult< T >::counts |
(periods x C) events per window and class
Definition at line 52 of file mtrace_count.h.
Referenced by line::trace::mtrace_count().
| std::vector<int> line::trace::MtraceCountResult< T >::labels |
the distinct labels, increasing
Definition at line 51 of file mtrace_count.h.
Referenced by line::trace::mtrace_count().