Explorar o código

Comment codelet details for now when using libpoti, until emitting them is implemented

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
c744ffb485
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/debug/traces/starpu_paje.c

+ 3 - 0
src/debug/traces/starpu_paje.c

@@ -135,6 +135,8 @@ void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 	fprintf(file, "%%	Container	string\n");
 	fprintf(file, "%%	Type	string\n");
 	fprintf(file, "%%	Value	string\n");
+#if 0
+	/* TODO: implement in worker_set_detailed_state() and handle_codelet_details() */
 	fprintf(file, "%%	Size	string\n");
 	fprintf(file, "%%	Params	string\n");
 	fprintf(file, "%%	Footprint	string\n");
@@ -146,6 +148,7 @@ void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 	fprintf(file, "%%	Z	string\n");
 	fprintf(file, "%%	Iteration	string\n");
 	fprintf(file, "%%	Subiteration	string\n");
+#endif
 	fprintf(file, "%%EndEventDef\n");
 #endif