mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
remove timer
This commit is contained in:
parent
8d8ce8add6
commit
d7a5f44c39
@ -4176,6 +4176,7 @@ namespace netgen
|
||||
T * dxdxi, size_t sdxdxi)
|
||||
{
|
||||
// multipointtrafovar++;
|
||||
/*
|
||||
static int timer = NgProfiler::CreateTimer ("calcmultipointelementtrafo");
|
||||
static int timer1 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 1");
|
||||
static int timer2 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 2");
|
||||
@ -4183,6 +4184,7 @@ namespace netgen
|
||||
static int timer4 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 4");
|
||||
static int timer5 = NgProfiler::CreateTimer ("calcmultipointelementtrafo 5");
|
||||
NgProfiler::RegionTimer reg(timer);
|
||||
*/
|
||||
// NgProfiler::StartTimer (timer);
|
||||
// NgProfiler::StartTimer (timer1);
|
||||
if (mesh.coarsemesh)
|
||||
|
Loading…
Reference in New Issue
Block a user