kTotalSampleCount top-level constant

int const kTotalSampleCount

The total number of samples collected by a benchmark.

Implementation

const int kTotalSampleCount = _kWarmUpSampleCount + kMeasuredSampleCount;