Searched refs:PetscLogMemory (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/memory/ |
| H A D | mal.c | 50 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 D | mtr.c | 196 if (PetscLogMemory) { in PetscTrMallocDefault() 404 if (PetscLogMemory) { in PetscTrReallocDefault()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 585 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(¤t_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(¤t_stage_info->perfInfo, time, PetscLogMemory, -(current_sta… in PetscLogHandlerStagePop_Default() [all …]
|
| /petsc/src/sys/objects/ |
| H A D | init.c | 298 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_view_memory", &PetscLogMemory, NULL)); in PetscOptionsCheckInitial_Private()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 101 PetscBool PetscLogMemory = PETSC_FALSE; variable
|
| /petsc/include/ |
| H A D | petsclog.h | 257 PETSC_EXTERN PetscBool PetscLogMemory; variable
|