diff --git a/libsrc/meshing/clusters.cpp b/libsrc/meshing/clusters.cpp index ddc399c9..0bee5211 100644 --- a/libsrc/meshing/clusters.cpp +++ b/libsrc/meshing/clusters.cpp @@ -18,6 +18,9 @@ namespace netgen void AnisotropicClusters :: Update() { + static int timer = NgProfiler::CreateTimer ("clusters"); + NgProfiler::RegionTimer reg (timer); + const MeshTopology & top = mesh.GetTopology(); bool hasedges = top.HasEdges();