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