mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
timer
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user