-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Milestone
Description
@suvarchal: Why you are doing profiling for dynamics_init on call ocean_setup(f%dynamics, f%tracers, f%partit, f%mesh) ?
Lines 281 to 289 in b65d289
| #if defined (FESOM_PROFILING) | |
| call fesom_profiler_start("ocean_setup") | |
| call fesom_profiler_start("dynamics_init") | |
| #endif | |
| call ocean_setup(f%dynamics, f%tracers, f%partit, f%mesh) | |
| #if defined (FESOM_PROFILING) | |
| call fesom_profiler_end("dynamics_init") | |
| call fesom_profiler_end("ocean_setup") | |
| #endif |
And what exactly is this profiling doing how this can be visualized? Seeing it for the first time, looks interesting but is somewhere more info about that ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels