|
@@ -163,6 +163,7 @@ void _starpu_fxt_write_paje_header(FILE *file)
|
|
|
poti_DefineEntityValue("B", "S", "Overhead", ".5 .18 .0");
|
|
|
poti_DefineEntityValue("Sl", "S", "Sleeping", ".9 .1 .0");
|
|
|
poti_DefineEntityValue("P", "S", "Progressing", ".4 .1 .6");
|
|
|
+ poti_DefineEntityValue("U", "S", "Unpartitioning", ".0 .0 1.0");
|
|
|
|
|
|
/* Types for the MPI Communication Thread of the Memory Node */
|
|
|
poti_DefineEventType("MPIev", "MPICt", "MPI event type");
|
|
@@ -190,6 +191,7 @@ void _starpu_fxt_write_paje_header(FILE *file)
|
|
|
poti_DefineEntityValue("B", ctx, "Overhead", ".5 .18 .0");
|
|
|
poti_DefineEntityValue("Sl", ctx, "Sleeping", ".9 .1 .0");
|
|
|
poti_DefineEntityValue("P", ctx, "Progressing", ".4 .1 .6");
|
|
|
+ poti_DefineEntityValue("U", ctx, "Unpartitioning", ".0 .0 1.0");
|
|
|
}
|
|
|
|
|
|
/* Types for the Scheduler */
|
|
@@ -228,7 +230,8 @@ void _starpu_fxt_write_paje_header(FILE *file)
|
|
|
6 C S Callback \".0 .3 .8\" \n\
|
|
|
6 B S Overhead \".5 .18 .0\" \n\
|
|
|
6 Sl S Sleeping \".9 .1 .0\" \n\
|
|
|
-6 P S Progressing \".4 .1 .6\" \n");
|
|
|
+6 P S Progressing \".4 .1 .6\" \n\
|
|
|
+6 U S Unpartitioning \".0 .0 1.0\" \n");
|
|
|
fprintf(file, "\
|
|
|
6 P CtS Processing \"0 0 0\" \n\
|
|
|
6 Sl CtS Sleeping \".9 .1 .0\" \n\
|
|
@@ -247,8 +250,9 @@ void _starpu_fxt_write_paje_header(FILE *file)
|
|
|
6 C Ctx%u Callback \".0 .3 .8\" \n\
|
|
|
6 B Ctx%u Overhead \".5 .18 .0\" \n\
|
|
|
6 Sl Ctx%u Sleeping \".9 .1 .0\" \n\
|
|
|
-6 P Ctx%u Progressing \".4 .1 .6\" \n",
|
|
|
- i, i, i, i, i, i, i, i);
|
|
|
+6 P Ctx%u Progressing \".4 .1 .6\" \n\
|
|
|
+6 U Ctx%u Unpartitioning \".0 .0 1.0\" \n",
|
|
|
+ i, i, i, i, i, i, i, i, i);
|
|
|
fprintf(file, "\
|
|
|
6 A MS Allocating \".4 .1 .0\" \n\
|
|
|
6 Ar MS AllocatingReuse \".1 .1 .8\" \n\
|