From 96443e890b86a6e76daed48b228c84286dfbb456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Sat, 12 Jan 2019 08:19:57 +0100 Subject: [PATCH] timers --- libsrc/meshing/bisect.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsrc/meshing/bisect.cpp b/libsrc/meshing/bisect.cpp index 9edf90d2..d73718be 100644 --- a/libsrc/meshing/bisect.cpp +++ b/libsrc/meshing/bisect.cpp @@ -3398,6 +3398,7 @@ namespace netgen size_t nsel = mtris.Size(); NgProfiler::StartTimer (timer_bisecttrig); + (*opt.tracer)("Bisect trigs", false); for (size_t i = 0; i < nsel; i++) if (mtris[i].marked) { @@ -3440,7 +3441,7 @@ namespace netgen } NgProfiler::StopTimer (timer_bisecttrig); - + (*opt.tracer)("Bisect trigs", true); int nquad = mquads.Size(); for (int i = 1; i <= nquad; i++)