![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of mtrace_split. More...
#include <line/api/trace/mtrace_split.h>
Public Attributes | |
| std::vector< int > | labels |
| the distinct labels, increasing | |
| std::vector< std::vector< T > > | traces |
| per-class inter-arrival times | |
Return value of mtrace_split.
Definition at line 38 of file mtrace_split.h.
| std::vector<int> line::trace::MtraceSplitResult< T >::labels |
the distinct labels, increasing
Definition at line 39 of file mtrace_split.h.
Referenced by line::trace::mtrace_split().
| std::vector<std::vector<T> > line::trace::MtraceSplitResult< T >::traces |
per-class inter-arrival times
Definition at line 40 of file mtrace_split.h.
Referenced by line::trace::mtrace_split().