Definition at line 169 of file incidence-count.hpp.
|
size_t | cntCase (size_t id) const |
|
size_t | cntThread (size_t id) const |
|
double | timeAtConc (size_t id) const |
|
double | timeCase (size_t id) const |
|
double | timeThread (size_t id) const |
|
|
template<typename VAL > |
static VAL | access (vector< VAL > const &data, size_t idx) |
|
|
size_t | activationCnt {0} |
|
double | activeTime {0} |
| compounded time of thread activity
|
|
double | avgConcurrency {0} |
| amortised concurrency in timespan
|
|
vector< size_t > | caseCntr {} |
| counting activations per case
|
|
vector< double > | caseTime {} |
| aggregated time per case
|
|
vector< double > | concTime {} |
|
double | coveredTime {0} |
| overall timespan of observation
|
|
double | cumulatedTime {0} |
| aggregated time over all cases
|
|
size_t | eventCnt {0} |
|
vector< size_t > | thrdCntr {} |
| counting activations per thread
|
|
vector< double > | thrdTime {} |
| time of activity per thread
|
|
The documentation for this struct was generated from the following file: