Ignore:
Timestamp:
04/01/15 19:01:25 (10 years ago)
Author:
schlegel
Message:

CHG: The constructor creates new Profiler variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Profiler.cpp

    r19215 r19239  
    7474        MARSHALLING_ENUM(ProfilerEnum);
    7575
    76         if(marshall_direction==MARSHALLING_BACKWARD){
    77                 this->time=new Parameters();
    78                 this->flops=new Parameters();
    79                 this->memory=new Parameters();
    80         }
    81        
    8276        time->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    8377        flops->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    8478        memory->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    85 
    8679
    8780}
Note: See TracChangeset for help on using the changeset viewer.