X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6ef56f16ca7184473d596baab4dcd24e2ef124b..3ff60c238895dc3e6101b4d56f9021870dac3a86:/src/instr/instr_paje_trace.c?ds=sidebyside diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index cf28231d4d..c85021df3e 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -839,21 +839,5 @@ void new_pajeNewEvent (double timestamp, container_t container, type_t type, con insert_into_buffer (event); } -// -//void pajeNewEvent(double time, const char *entityType, -// const char *container, const char *value) -//{ -// INSTR_PAJE_ASSERT(entityType); -// INSTR_PAJE_ASSERT(container); -// INSTR_PAJE_ASSERT(value); -// -// if (time == 0){ -// fprintf(tracing_file, "%d 0 %s %s %s\n", pajeNewEventId, -// entityType, container, value); -// }else{ -// fprintf(tracing_file, "%d %lf %s %s %s\n", pajeNewEventId, time, -// entityType, container, value); -// } -//} #endif /* HAVE_TRACING */