Searched refs:PetscLogHandlerGetEventPerfInfo (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/utils/hpl/ |
| H A D | hplcreate.c | 79 …PetscCall(PetscLogHandlerGetEventPerfInfo(bm->lhdlr, 0, MAT_LUFactor, &info)); // because symbolic… in PetscBenchView_HPL()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1606 PetscCall(PetscLogHandlerGetEventPerfInfo(handler, stage, event, &event_info)); in PetscLogEventGetPerfInfo() 1645 PetscCall(PetscLogHandlerGetEventPerfInfo(h, PETSC_DEFAULT, event, &event_info)); in PetscLogEventSetDof() 1685 PetscCall(PetscLogHandlerGetEventPerfInfo(h, PETSC_DEFAULT, event, &event_info)); in PetscLogEventSetError()
|
| /petsc/src/sys/logging/handler/interface/ |
| H A D | loghandler.c | 365 PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscL… in PetscLogHandlerGetEventPerfInfo() function
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 441 PetscCall(PetscLogHandlerGetEventPerfInfo(nested->handler, 0, 0, &main_stage_info)); in PetscLogHandlerView_Nested_XML()
|
| H A D | lognested.c | 376 PetscCall(PetscLogHandlerGetEventPerfInfo(nested->handler, 0, event_id, &event_info)); in PetscLogNestedCreatePerfNodes()
|
| /petsc/doc/changes/ |
| H A D | 320.md | 74 - Add `PetscLogHandlerGetEventPerfInfo()`
|
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 494 PetscCall(PetscLogHandlerGetEventPerfInfo(h, PETSC_DEFAULT, ocl->residualEvent, &eventInfo)); in PetscFEOpenCLLogResidual()
|
| /petsc/include/ |
| H A D | petsclog.h | 129 PETSC_EXTERN PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler, PetscLogStage, PetscLo…
|