add some timing blocks

This commit is contained in:
Arne Morten Kvarving
2023-06-19 11:42:43 +02:00
parent 57d846f563
commit 90821b5a45
3 changed files with 18 additions and 4 deletions

View File

@@ -27,6 +27,8 @@
#ifndef EWOMS_ECL_CP_GRID_VANGUARD_HH
#define EWOMS_ECL_CP_GRID_VANGUARD_HH
#include <opm/common/TimingMacros.hpp>
#include <opm/models/common/multiphasebaseproperties.hh>
#include "eclbasevanguard.hh"
@@ -182,6 +184,7 @@ protected:
void allocTrans() override
{
OPM_TIMEBLOCK(allocateTrans);
globalTrans_.reset(new TransmissibilityType(this->eclState(),
this->gridView(),
this->cartesianIndexMapper(),