X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/148a158df66119ba71c7f152b3f28cad8b47263f..f2e6d1720c871dfec7d3ba04e8e0189337f8dd3d:/src/instr/msg_task_instr.c diff --git a/src/instr/msg_task_instr.c b/src/instr/msg_task_instr.c index 4f294a887c..090fa9d2e4 100644 --- a/src/instr/msg_task_instr.c +++ b/src/instr/msg_task_instr.c @@ -1,14 +1,8 @@ -/* - * msg.c - * - * Created on: Nov 24, 2009 - * Author: Lucas Schnorr - * License: This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - * - * Copyright (c) 2009 The SimGrid team. - */ +/* Copyright (c) 2010. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/private.h" @@ -173,6 +167,8 @@ void TRACE_msg_task_get_end (double start_time, m_task_t task) TRACE_task_container (task, name, 200); if (IS_TRACING_TASKS) pajePopState (MSG_get_clock(), "task-state", name); + __TRACE_msg_volume_finish (task); + __TRACE_task_location (task); __TRACE_task_location_present (task); } @@ -187,6 +183,8 @@ int TRACE_msg_task_put_start (m_task_t task) if (IS_TRACING_TASKS) pajePopState (MSG_get_clock(), "task-state", name); if (IS_TRACING_TASKS) pajePushState (MSG_get_clock(), "task-state", name, "communicate"); + __TRACE_msg_volume_start (task); + //trace task location grouped by host __TRACE_task_location_not_present (task);