X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FPerfTest.cxx;fp=src%2FINTERP_KERNELTest%2FPerfTest.cxx;h=c7cdab566853ba1938a306811dbf31e1024ae913;hb=cb01a27f6196417c4e1e350c30962870f367de4b;hp=f6ba472b26f2b131159037a8283f60b4c2501403;hpb=1738affbbc319865aca075a07a3b71911074d739;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/PerfTest.cxx b/src/INTERP_KERNELTest/PerfTest.cxx index f6ba472b2..c7cdab566 100644 --- a/src/INTERP_KERNELTest/PerfTest.cxx +++ b/src/INTERP_KERNELTest/PerfTest.cxx @@ -73,7 +73,7 @@ namespace INTERP_TEST LOG(5, "Loading " << mesh2 << " from " << mesh2path); MCAuto tMeshML=MEDFileUMesh::New(INTERP_TEST::getResourceFile(mesh2path).c_str(),mesh2); - MCAuto tMesh=tMeshML->getMeshAtLevel(0); + MCAuto tMesh=tMeshML->getMeshAtLevel(0); MEDCouplingNormalizedUnstructuredMesh<3,3> sMesh_wrapper(sMesh); MEDCouplingNormalizedUnstructuredMesh<3,3> tMesh_wrapper(tMesh); @@ -82,8 +82,8 @@ namespace INTERP_TEST interpolator.interpolateMeshes(sMesh_wrapper, tMesh_wrapper,m,"P0P0"); std::pair eff = countNumberOfMatrixEntries(m); - LOG(1, eff.first << " of " << numTargetElems * numSrcElems << " intersections calculated : ratio = " - << double(eff.first) / double(numTargetElems * numSrcElems)); +// LOG(1, eff.first << " of " << numTargetElems * numSrcElems << " intersections calculated : ratio = " +// << double(eff.first) / double(numTargetElems * numSrcElems)); LOG(1, eff.second << " non-zero elements of " << eff.first << " total : filter efficiency = " << double(eff.second) / double(eff.first));