![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of mtrace_merge, mirroring [T, L]. More...
#include <line/api/trace/mtrace_merge.h>
Public Attributes | |
| std::vector< T > | times |
| inter-arrival times of the merged process | |
| std::vector< int > | labels |
| 1 for the first stream, 2 for the second | |
Return value of mtrace_merge, mirroring [T, L].
Definition at line 40 of file mtrace_merge.h.
| std::vector<int> line::trace::MtraceMergeResult< T >::labels |
1 for the first stream, 2 for the second
Definition at line 42 of file mtrace_merge.h.
Referenced by line::trace::mtrace_merge().
| std::vector<T> line::trace::MtraceMergeResult< T >::times |
inter-arrival times of the merged process
Definition at line 41 of file mtrace_merge.h.
Referenced by line::trace::mtrace_merge().