Ignore:
Timestamp:
09/05/18 10:11:01 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved core profiling to md.debug.profiling

File:
1 edited

Legend:

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

    r23221 r23222  
    5151                int          TotalTimeModSec(int tag);
    5252                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*/
    5555                bool         Used(int tagenum);
    5656};
Note: See TracChangeset for help on using the changeset viewer.