mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 22:37:28 +05:00
timer
This commit is contained in:
parent
467d3a01be
commit
9014669c56
@ -18,6 +18,9 @@ namespace netgen
|
|||||||
|
|
||||||
void AnisotropicClusters :: Update()
|
void AnisotropicClusters :: Update()
|
||||||
{
|
{
|
||||||
|
static int timer = NgProfiler::CreateTimer ("clusters");
|
||||||
|
NgProfiler::RegionTimer reg (timer);
|
||||||
|
|
||||||
const MeshTopology & top = mesh.GetTopology();
|
const MeshTopology & top = mesh.GetTopology();
|
||||||
|
|
||||||
bool hasedges = top.HasEdges();
|
bool hasedges = top.HasEdges();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user