浏览代码

drop printing removed field

Samuel Thibault 7 年之前
父节点
当前提交
bcd06f045b
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      tools/gdbinit

+ 1 - 10
tools/gdbinit

@@ -1,7 +1,7 @@
 
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2010-2017  Université de Bordeaux
+# Copyright (C) 2010-2018  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -763,15 +763,6 @@ define starpu-sched-print-component
       set $d = (struct _starpu_worker_component_data *) $c->data
       set $l = $d->list
       starpu-print-spaces $arg0
-      if $d->status == COMPONENT_STATUS_SLEEPING
-        printf "sleep "
-      end
-      if $d->status == COMPONENT_STATUS_RESET
-        printf "reset "
-      end
-      if $d->status == COMPONENT_STATUS_CHANGED
-        printf "chang "
-      end
       printf "%d tasks pipeline %f start %f len %f end %f\n", $l->ntasks, $l->pipeline_len, $l->exp_start, $l->exp_len, $l->exp_end
     end
 end