Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmal.c50 if (PetscLogMemory) PetscCall(PetscMemzero(*result, mem)); in PetscMallocAlign()
54 if (clear || PetscLogMemory) PetscCall(PetscMemzero(*result, mem)); in PetscMallocAlign()
72 if (PetscLogMemory) PetscCall(PetscMemzero(*result, mem)); in PetscMallocAlign()
H A Dmtr.c196 if (PetscLogMemory) { in PetscTrMallocDefault()
404 if (PetscLogMemory) { in PetscTrReallocDefault()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c585 PetscCall(PetscEventPerfInfoTic(event_perf_info, time, PetscLogMemory, event)); in PetscLogHandlerEventBegin_Default()
665 PetscCall(PetscEventPerfInfoToc(event_perf_info, time, PetscLogMemory, event)); in PetscLogHandlerEventEnd_Default()
721 PetscCall(PetscEventPerfInfoPause(event_info, time, PetscLogMemory, event)); in PetscLogHandlerEventsPause_Default()
726 PetscCall(PetscEventPerfInfoPause(&stage_info->perfInfo, time, PetscLogMemory, -(stage + 2))); in PetscLogHandlerEventsPause_Default()
755 PetscCall(PetscEventPerfInfoResume(event_info, time, PetscLogMemory, event)); in PetscLogHandlerEventsResume_Default()
760 … PetscCall(PetscEventPerfInfoResume(&stage_info->perfInfo, time, PetscLogMemory, -(stage + 2))); in PetscLogHandlerEventsResume_Default()
786 …PetscCall(PetscEventPerfInfoToc(&current_stage_info->perfInfo, time, PetscLogMemory, -(current_sta… in PetscLogHandlerStagePush_Default()
793 …e)) PetscCall(PetscEventPerfInfoTic(&new_stage_info->perfInfo, time, PetscLogMemory, -(new_stage +… in PetscLogHandlerStagePush_Default()
812 …e)) PetscCall(PetscEventPerfInfoToc(&old_stage_info->perfInfo, time, PetscLogMemory, -(old_stage +… in PetscLogHandlerStagePop_Default()
817 …PetscCall(PetscEventPerfInfoTic(&current_stage_info->perfInfo, time, PetscLogMemory, -(current_sta… in PetscLogHandlerStagePop_Default()
[all …]
/petsc/src/sys/objects/
H A Dinit.c298 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_view_memory", &PetscLogMemory, NULL)); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/logging/
H A Dplog.c101 PetscBool PetscLogMemory = PETSC_FALSE; variable
/petsc/include/
H A Dpetsclog.h257 PETSC_EXTERN PetscBool PetscLogMemory; variable