Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclogdeprecated.h80 PetscStageInfo *stageInfo; member
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c193 static PetscErrorCode PetscStageInfoInit(PetscStagePerf *stageInfo) in PetscStageInfoInit() argument
196 PetscCall(PetscMemzero(stageInfo, sizeof(*stageInfo))); in PetscStageInfoInit()
197 PetscCall(PetscLogEventPerfArrayCreate(128, &stageInfo->eventLog)); in PetscStageInfoInit()
198 PetscCall(PetscLogClassPerfArrayCreate(128, &stageInfo->classLog)); in PetscStageInfoInit()
199 PetscCall(PetscEventPerfInfoInit(&stageInfo->perfInfo)); in PetscStageInfoInit()
203 static PetscErrorCode PetscStageInfoReset(PetscStagePerf *stageInfo) in PetscStageInfoReset() argument
206 PetscCall(PetscLogEventPerfArrayDestroy(&stageInfo->eventLog)); in PetscStageInfoReset()
207 PetscCall(PetscLogClassPerfArrayDestroy(&stageInfo->classLog)); in PetscStageInfoReset()