added more timing macros

This commit is contained in:
hnil
2023-03-21 22:44:14 +01:00
parent af30df5dff
commit 122a478341
4 changed files with 13 additions and 4 deletions

View File

@@ -237,6 +237,7 @@ namespace Opm {
BlackoilWellModel<TypeTag>::
beginTimeStep()
{
OPM_TIMEBLOCK(beginTimeStep);
updatePerforationIntensiveQuantities();
updateAverageFormationFactor();
DeferredLogger local_deferredLogger;