LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::api::MinpsClassTrace Struct Reference

One class's raw trace: when its jobs arrived, and how long they took. More...

#include <line/api/infer/infer_minps_setup.h>

Collaboration diagram for line::api::MinpsClassTrace:

Public Attributes

std::vector< double > arrival_ms
 arrival times, MILLISECONDS
std::vector< double > rt
 response times, seconds

Detailed Description

One class's raw trace: when its jobs arrived, and how long they took.

Definition at line 52 of file infer_minps_setup.h.

Member Data Documentation

◆ arrival_ms

std::vector<double> line::api::MinpsClassTrace::arrival_ms

arrival times, MILLISECONDS

Definition at line 53 of file infer_minps_setup.h.

◆ rt

std::vector<double> line::api::MinpsClassTrace::rt

response times, seconds

Definition at line 54 of file infer_minps_setup.h.


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