From: Jens Axboe Date: Wed, 21 Mar 2012 16:18:46 +0000 (+0100) Subject: graph: remove debug printf X-Git-Tag: gfio-0.1~74 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=29b88e05d7bd205420995a8de8b5349950f92096 graph: remove debug printf Signed-off-by: Jens Axboe --- diff --git a/graph.c b/graph.c index 91ddc893..7304b009 100644 --- a/graph.c +++ b/graph.c @@ -33,9 +33,6 @@ #include "graph.h" #include "flist.h" #include "lib/prio_tree.h" -#include "gettime.h" -struct thread_data; -#include "time.h" /* * Allowable difference to show tooltip @@ -716,7 +713,6 @@ static void graph_label_add_value(struct graph_label *i, void *value, x->node.last++; prio_tree_insert(&i->prio_tree, &x->node); - printf("insert (x=%u,y=%u) range %lu-%lu (%s)\n", (int)getx(x), (int)gety(x), x->node.start, x->node.last, x->tooltip); i->tooltip_count++; }