瀏覽代碼

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

This reverts commit e884840dfe0995f1f5eb2fea3d605ff6b50d668c.
Lucas Schnorr 8 年之前
父節點
當前提交
992c749394
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/debug/traces/starpu_paje.c

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

@@ -135,8 +135,6 @@ 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");
@@ -148,7 +146,6 @@ 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