Changeset 19239 for issm/trunk-jpl/src/c/classes/Profiler.cpp
- Timestamp:
- 04/01/15 19:01:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Profiler.cpp
r19215 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.