Searched defs:MinBlockCount (Results 1 – 3 of 3) sorted by relevance
39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()52 uint32_t MinBlockCount, bool CanGrow) { in create()
1014 MinBlockCount; ///< The minimum execution count for this percentile. member
1226 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local