Changeset 23229


Ignore:
Timestamp:
09/07/18 03:35:22 (7 years ago)
Author:
rueckamp
Message:

CHG: added output for thermal core solution profiling

File:
1 edited

Legend:

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

    r23222 r23229  
    864864                /*Individual cores*/
    865865                _printf0_("Individual core profiling\n");
     866                if(profiler->Used(THERMALCORE)) _printf0_("   "<<setw(40)<<left<<"Thermal core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(THERMALCORE) << " sec\n");
    866867                if(profiler->Used(STRESSBALANCECORE)) _printf0_("   "<<setw(40)<<left<<"Stress balance core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(STRESSBALANCECORE) << " sec\n");
    867868                if(profiler->Used(MASSTRANSPORTCORE)) _printf0_("   "<<setw(40)<<left<<"Mass transport core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(MASSTRANSPORTCORE) << " sec\n");
     869               
    868870
    869871                /*Add to results: */
Note: See TracChangeset for help on using the changeset viewer.