remove timer

This commit is contained in:
Joachim Schöberl 2016-09-26 19:10:57 +02:00
parent 8d8ce8add6
commit d7a5f44c39

View File

@ -4176,6 +4176,7 @@ namespace netgen
T * dxdxi, size_t sdxdxi) T * dxdxi, size_t sdxdxi)
{ {
// multipointtrafovar++; // multipointtrafovar++;
/*
static int timer = NgProfiler::CreateTimer ("calcmultipointelementtrafo"); static int timer = NgProfiler::CreateTimer ("calcmultipointelementtrafo");
static int timer1 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 1"); static int timer1 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 1");
static int timer2 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 2"); static int timer2 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 2");
@ -4183,6 +4184,7 @@ namespace netgen
static int timer4 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 4"); static int timer4 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 4");
static int timer5 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 5"); static int timer5 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 5");
NgProfiler::RegionTimer reg(timer); NgProfiler::RegionTimer reg(timer);
*/
// NgProfiler::StartTimer (timer); // NgProfiler::StartTimer (timer);
// NgProfiler::StartTimer (timer1); // NgProfiler::StartTimer (timer1);
if (mesh.coarsemesh) if (mesh.coarsemesh)