From a91630a9a2cad8bdad0180bbdbd54b90f0c82d0a Mon Sep 17 00:00:00 2001 From: schnorr Date: Tue, 6 Mar 2012 15:31:09 +0100 Subject: [PATCH 1/1] [trace] removing old code and invalid comments --- src/instr/instr_resource_utilization.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/instr/instr_resource_utilization.c b/src/instr/instr_resource_utilization.c index 02fb2dbbe6..b3120aefd9 100644 --- a/src/instr/instr_resource_utilization.c +++ b/src/instr/instr_resource_utilization.c @@ -11,7 +11,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_resource, instr, "tracing (un)-categorized resource utilization"); //to check if variables were previously set to 0, otherwise paje won't simulate them -static xbt_dict_t platform_variables; /* host or link name -> array of categories */ +static xbt_dict_t platform_variables; //used by all methods static void __TRACE_surf_check_variable_set_to_zero(double now, @@ -41,22 +41,6 @@ static void __TRACE_surf_check_variable_set_to_zero(double now, xbt_free(key); } -/* -static void __TRACE_A_event(smx_action_t action, double now, double delta, - const char *variable, const char *resource, - double value) -{ - char valuestr[100]; - snprintf(valuestr, 100, "%f", value); - - __TRACE_surf_check_variable_set_to_zero(now, variable, resource); - container_t container = PJ_container_get (resource); - type_t type = getVariableType (variable, NULL, container->type); - new_pajeAddVariable(now, container, type, value); - new_pajeSubVariable(now + delta, container, type, value); -} -*/ - static void instr_event (double now, double delta, type_t variable, container_t resource, double value) { __TRACE_surf_check_variable_set_to_zero(now, variable->name, resource->name); -- 2.20.1