Changeset 27306
- Timestamp:
- 10/10/22 13:01:19 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r27298 r27306 981 981 solution_memory=profiler->Memory(CORE); 982 982 983 _printf0_("\nCore solution profiling\n"); 983 _printf0_("\n======================================================\n"); 984 _printf0_("Core solution profiling\n"); 984 985 _printf0_(" elapsed time : " << solution_time << " Seconds\n"); 985 986 _printf0_(" number of flops : " << solution_flops << " Flops\n"); … … 987 988 988 989 /*Individual cores*/ 989 _printf0_(" Individual core profiling\n");990 _printf0_("\nIndividual core profiling\n"); 990 991 if(profiler->Used(THERMALCORE)) _printf0_(" "<<setw(40)<<left<<"Thermal core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(THERMALCORE) << " sec\n"); 991 992 if(profiler->Used(HYDROLOGYCORE)) _printf0_(" "<<setw(40)<<left<<"Hydrology core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(HYDROLOGYCORE) << " sec\n"); … … 1024 1025 _printf0_(" memory used : " << solution_memory << " Bytes\n"); 1025 1026 #endif 1026 _printf0_(" \n");1027 _printf0_("======================================================\n"); 1027 1028 } 1028 1029 }
Note:
See TracChangeset
for help on using the changeset viewer.