mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: remove debug code
This commit is contained in:
@ -365,6 +365,4 @@ _sysprof_document_counter_calculate_range (SysprofDocumentCounter *self)
|
|||||||
|
|
||||||
if (max_value_changed)
|
if (max_value_changed)
|
||||||
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MAX_VALUE]);
|
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MAX_VALUE]);
|
||||||
|
|
||||||
g_print ("%s %lf..%lf\n", self->name, self->min_value, self->max_value);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -681,10 +681,7 @@ sysprof_document_load_counters (SysprofDocument *self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((values = g_hash_table_lookup (self->counter_id_to_values, GUINT_TO_POINTER (id))))
|
if ((values = g_hash_table_lookup (self->counter_id_to_values, GUINT_TO_POINTER (id))))
|
||||||
{
|
|
||||||
g_print ("Adding counter to %d\n", id);
|
|
||||||
g_array_append_val (values, ctrval);
|
g_array_append_val (values, ctrval);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (egg_bitset_iter_next (&iter, &i));
|
while (egg_bitset_iter_next (&iter, &i));
|
||||||
|
|||||||
Reference in New Issue
Block a user