TinySTM
1.0.5
|
Statistics associated with an atomic block. More...
Data Fields | |
unsigned long | samples |
Number of samples collected. | |
double | mean |
Arithmetic mean of the samples. | |
double | variance |
Variance of the samples. | |
double | min |
Minimum value among all samples. | |
double | max |
Maximum value among all samples. | |
double | percentile_50 |
75th percentile (median). | |
double | percentile_90 |
90th percentile. | |
double | percentile_95 |
95th percentile. | |
double * | reservoir |
Sorted ramdom subset of the samples (Vitter's reservoir). | |
unsigned int | reservoir_size |
Number of smaples in the reservoir. | |
Statistics associated with an atomic block.