浏览代码

Add missing documentation

Samuel Thibault 8 年之前
父节点
当前提交
1704a40942
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/debug/traces/starpu_paje.c

+ 7 - 7
src/debug/traces/starpu_paje.c

@@ -283,11 +283,11 @@ void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 	poti_DefineVariableType("gft", "Sc", "Total GFlops", "0 0 0");
 
 	/* Link types */
-	poti_DefineLinkType("MPIL", "MPIP", "MPICt", "MPICt", "MPI communications");
+	poti_DefineLinkType("MPIL", "MPIP", "MPICt", "MPICt", "MPI communication");
 	poti_DefineLinkType("F", "P", "Mm", "Mm", "Intra-node data Fetch");
 	poti_DefineLinkType("PF", "P", "Mm", "Mm", "Intra-node data PreFetch");
 	poti_DefineLinkType("IF", "P", "Mm", "Mm", "Intra-node data IdleFetch");
-	poti_DefineLinkType("WSL", "P", "W", "W", "Work steals");
+	poti_DefineLinkType("WSL", "P", "W", "W", "Work steal");
 
 	/* Creating the MPI Program */
 	poti_CreateContainer(0, "MPIroot", "MPIP", "0", "root");
@@ -412,11 +412,11 @@ void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 6       Co       MS     DriverCopy         \".3 .5 .1\"		\n\
 6       CoA      MS     DriverCopyAsync         \".1 .3 .1\"		\n\
 6       No       MS     Nothing         \".0 .0 .0\"		\n\
-5       MPIL     MPIP	MPICt	MPICt   MPIL			\n\
-5       F       P	Mm	Mm      F\n\
-5       PF      P	Mm	Mm      PF\n\
-5       IF      P	Mm	Mm      IF\n\
-5       WSL     P	W	W       WSL\n");
+5       MPIL     MPIP	MPICt	MPICt   \"MPI communication\"\n\
+5       F       P	Mm	Mm      \"Intra-node data Fetch\"\n\
+5       PF      P	Mm	Mm      \"Intra-node data PreFetch\"\n\
+5       IF      P	Mm	Mm      \"Intra-node data IdleFetch\"\n\
+5       WSL     P	W	W       \"Work steal\"\n");
 
 	fprintf(file, "7      0.0 MPIroot      MPIP      0       root\n");
 #endif