From 7dc7e540c91a05754590df774232df07e894b395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 5 Apr 2016 21:53:49 +0200 Subject: [PATCH] remove timer --- libsrc/meshing/adfront3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/meshing/adfront3.cpp b/libsrc/meshing/adfront3.cpp index bb697929..14d721d7 100644 --- a/libsrc/meshing/adfront3.cpp +++ b/libsrc/meshing/adfront3.cpp @@ -493,8 +493,8 @@ int AdFront3 :: GetLocals (int fstind, float relh, INDEX& facesplit) { - static int timer = NgProfiler::CreateTimer ("AdFront3::GetLocals"); - NgProfiler::RegionTimer reg (timer); + // static int timer = NgProfiler::CreateTimer ("AdFront3::GetLocals"); + // NgProfiler::RegionTimer reg (timer); if (hashon && faces.Size() < 500) { hashon=0; }