mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
timer
This commit is contained in:
parent
467d3a01be
commit
9014669c56
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user