Explorar o código

traces: rename states.rec to trace.rec

Samuel Pitoiset %!s(int64=9) %!d(string=hai) anos
pai
achega
aac37d037f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/debug/traces/starpu_fxt.c

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

@@ -2516,7 +2516,7 @@ void starpu_fxt_options_init(struct starpu_fxt_options *options)
 	options->dag_path = "dag.dot";
 	options->tasks_path = "tasks.rec";
 	options->anim_path = "trace.html";
-	options->states_path = "states.rec";
+	options->states_path = "trace.rec";
 	options->distrib_time_path = "distrib.data";
 	options->dumped_codelets = NULL;
 	options->activity_path = "activity.data";