Home
last modified time | relevance | path

Searched refs:PetscLogHandler_Perfstubs (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/logging/handler/impls/perfstubs/
H A Dlogperfstubs.c12 typedef struct _n_PetscLogHandler_Perfstubs *PetscLogHandler_Perfstubs; typedef
20 static PetscErrorCode PetscLogHandlerContextCreate_Perfstubs(PetscLogHandler_Perfstubs *ps_p) in PetscLogHandlerContextCreate_Perfstubs()
22 PetscLogHandler_Perfstubs ps; in PetscLogHandlerContextCreate_Perfstubs()
35 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)h->data; in PetscLogHandlerDestroy_Perfstubs()
63 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)h->data; in PetscLogHandlerPSUpdateEvents()
87 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)h->data; in PetscLogHandlerPSUpdateStages()
111 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)handler->data; in PetscLogHandlerEventBegin_Perfstubs()
125 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)handler->data; in PetscLogHandlerEventEnd_Perfstubs()
139 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)handler->data; in PetscLogHandlerStagePush_Perfstubs()
151 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)handler->data; in PetscLogHandlerStagePop_Perfstubs()
[all …]