Cleanup debug counters

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-13 15:12:33 +02:00
parent 54f1c383d3
commit 7f367e6019
6 changed files with 125 additions and 164 deletions
+2 -5
View File
@@ -1933,11 +1933,8 @@ split_point_start: // At split points actual search starts from here
{
lastInfoTime = t;
if (dbg_show_mean)
dbg_print_mean();
if (dbg_show_hit_rate)
dbg_print_hit_rate();
dbg_print_mean();
dbg_print_hit_rate();
// Send info on searched nodes as soon as we return to root
SendSearchedNodes = true;