Commit 30a28145 authored by Mathieu Valois's avatar Mathieu Valois
Browse files

Remove display of empty stats (0)

parent c42ba229
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ std::multimap<uint64_t, A, std::greater<uint64_t>> flip_map(const std::unordered
 */
template<typename Type>
void readResult(const uint64_t & res, const Type& carac, int & count, const uint64_t & total_counter, const int & hiderare) {
	if(res == 0) return;
	std::ostringstream ss;
	float perc = percentage(res, total_counter);