Searched refs:lhdlr (Results 1 – 3 of 3) sorted by relevance
83 …PetscCall(PetscLogHandlerDestroy(&bm->lhdlr)); // Temporarily here until PetscLogHandlerReset() ex… in PetscBenchReset()135 …PetscCall(PetscLogHandlerCreate(PETSC_COMM_WORLD, &bm->lhdlr)); // Temporarily here until PetscLog… in PetscBenchSetUp()136 PetscCall(PetscLogHandlerSetType(bm->lhdlr, PETSCLOGHANDLERDEFAULT)); in PetscBenchSetUp()161 PetscCall(PetscLogHandlerStart(bm->lhdlr)); in PetscBenchRun()163 PetscCall(PetscLogHandlerStop(bm->lhdlr)); in PetscBenchRun()
18 PetscLogHandler lhdlr; member
79 …PetscCall(PetscLogHandlerGetEventPerfInfo(bm->lhdlr, 0, MAT_LUFactor, &info)); // because symbolic… in PetscBenchView_HPL()