A little houskeeping.
Increasing counter sizes from int to long for averages. Rename random functions to end with _co instead of _exclusive to indicate range [close, open[, and to allow future suffixes oc, cc and oo.
This commit is contained in:
@ -71,7 +71,7 @@ bool ResponseStat::is_valid() const
|
||||
return m_average.num_samples();
|
||||
}
|
||||
|
||||
int ResponseStat::num_samples() const
|
||||
long ResponseStat::num_samples() const
|
||||
{
|
||||
return m_average.num_samples();
|
||||
}
|
||||
|
Reference in New Issue
Block a user