Changeset 23222 for issm/trunk-jpl/src/c/classes/Profiler.h
- Timestamp:
- 09/05/18 10:11:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Profiler.h
r23221 r23222 51 51 int TotalTimeModSec(int tag); 52 52 IssmPDouble Memory(int tag); 53 void Start(int tagenum,bool dontmpisync= false);54 void Stop(int tagenum, bool dontmpisync=false);53 void Start(int tagenum,bool dontmpisync=true); /*Do not call MPI barrier by default to save some ms*/ 54 void Stop(int tagenum, bool dontmpisync=true); /*Do not call MPI barrier by default to save some ms*/ 55 55 bool Used(int tagenum); 56 56 };
Note:
See TracChangeset
for help on using the changeset viewer.