Changeset 19239 for issm/trunk-jpl/src/c/classes/Profiler.cpp
- Timestamp:
- 04/01/15 19:01:25 (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  issm/trunk-jpl/src/c/classes/Profiler.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      issm/trunk-jpl/src/c/classes/Profiler.cppr19215 r19239 74 74 MARSHALLING_ENUM(ProfilerEnum); 75 75 76 if(marshall_direction==MARSHALLING_BACKWARD){77 this->time=new Parameters();78 this->flops=new Parameters();79 this->memory=new Parameters();80 }81 82 76 time->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 83 77 flops->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 84 78 memory->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 85 86 79 87 80 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)
