Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/perfstubs/
H A Dlogperfstubs.c17 PetscBool started_perfstubs; member
56 if (ps->started_perfstubs) PetscStackCallExternalVoid("ps_finalize_", ps_finalize_()); in PetscLogHandlerDestroy_Perfstubs()
174 PetscBool started_perfstubs; in PetscLogHandlerCreate_Perfstubs() local
180 started_perfstubs = PETSC_TRUE; in PetscLogHandlerCreate_Perfstubs()
182 started_perfstubs = PETSC_FALSE; in PetscLogHandlerCreate_Perfstubs()
186 lps->started_perfstubs = started_perfstubs; in PetscLogHandlerCreate_Perfstubs()