Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c109 PetscInt PetscLogNumViewersDestroyed = 0; variable
2092 if (refct == 1) PetscLogNumViewersDestroyed++; in PetscLogViewFromOptions()
2094 PetscLogNumViewersDestroyed = 0; in PetscLogViewFromOptions()
/petsc/include/petsc/private/
H A Dlogimpl.h209 PETSC_INTERN PetscInt PetscLogNumViewersDestroyed; variable
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1754 … PetscLogNumViewersCreated && class_perf_info->destructions == PetscLogNumViewersDestroyed) contin… in PetscLogHandlerView_Default_Info()