![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One class's raw trace: when its jobs arrived, and how long they took. More...
#include <line/api/infer/infer_minps_setup.h>
Public Attributes | |
| std::vector< double > | arrival_ms |
| arrival times, MILLISECONDS | |
| std::vector< double > | rt |
| response times, seconds | |
One class's raw trace: when its jobs arrived, and how long they took.
Definition at line 52 of file infer_minps_setup.h.
| std::vector<double> line::api::MinpsClassTrace::arrival_ms |
arrival times, MILLISECONDS
Definition at line 53 of file infer_minps_setup.h.
| std::vector<double> line::api::MinpsClassTrace::rt |
response times, seconds
Definition at line 54 of file infer_minps_setup.h.