Searched refs:total_partitions (Results 1 – 1 of 1) sorted by relevance
611 int total_partitions = n + num_partitions_merge_complete_; in GetMergePercentage() local613 if (total_partitions) { in GetMergePercentage()614 percentage = ((num_partitions_merge_complete_ * 100.0) + percentage) / total_partitions; in GetMergePercentage()619 << " total_partitions: " << total_partitions << " n: " << n; in GetMergePercentage()