Explorar o código

make tag-task relation edges dashed, to distinguish them from the actual dependencies

Samuel Thibault %!s(int64=13) %!d(string=hai) anos
pai
achega
209ae93501
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/debug/traces/starpu_fxt_dag.c

+ 1 - 1
src/debug/traces/starpu_fxt_dag.c

@@ -67,7 +67,7 @@ void _starpu_fxt_dag_terminate(void)
 void _starpu_fxt_dag_add_tag(uint64_t tag, unsigned long job_id)
 {
 	if (out_file)
-		fprintf(out_file, "\t \"tag_%llx\"->\"task_%llx\"->\"tag_%llx\"\n",
+		fprintf(out_file, "\t \"tag_%llx\"->\"task_%llx\"->\"tag_%llx\" [style=dashed]\n",
 			(unsigned long long)tag, (unsigned long long)job_id, (unsigned long long) tag);
 }